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
- Host: GitHub
- URL: https://github.com/kdchang/vuejs-todo-app-example
- Owner: kdchang
- Created: 2018-05-16T00:49:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T00:52:04.000Z (over 7 years ago)
- Last Synced: 2025-02-08T09:32:46.121Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).