Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

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: