An open API service indexing awesome lists of open source software.

https://github.com/kdchang/vuejs-todo-app-example

This is a todo app example implement via Vue.js & Vue CLI
https://github.com/kdchang/vuejs-todo-app-example

Last synced: 9 months ago
JSON representation

This is a todo app example implement via Vue.js & Vue CLI

Awesome Lists containing this project

README

          

# Vue JS Todo App example

> This is a todo app example implement via Vue.js & Vue CLI

## Package
1. moment
2. vee-validate

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).