todomvc icon indicating copy to clipboard operation
todomvc copied to clipboard

Nuxt.js TodoMVC Example

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: