Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 513 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 513 Bytes

vue-todo

A Vue based Todo app It's losely based on TodoMvc from Vue but I rewrote it from memory, just to learn and remember better.

The plugin to save to localStorage is copied from the example app.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit