Skip to content

dyatko/arkit-nuxt-todomvc

 
 

Repository files navigation

Nuxt.js TodoMVC Example

Nuxt.js is a framework for building Universal Vue.js Applications.

Nuxt.js - nuxtjs.org

arkit

Setup

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev

# build for production
npm run build

# serve in production mode
npm start

Learning Nuxt.js

The Nuxt.js website is a great resource to get started.

Here are some links you may find helpful:

Get help from other Vue.js users:

About

Nuxt.js TodoMVC Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.2%
  • JavaScript 45.8%