https://github.com/leesmith/vue-list
Vuejs todo list
https://github.com/leesmith/vue-list
Last synced: about 1 month ago
JSON representation
Vuejs todo list
- Host: GitHub
- URL: https://github.com/leesmith/vue-list
- Owner: leesmith
- Created: 2017-07-16T20:07:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T02:35:02.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T20:47:47.303Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-list - A Todo list in Vuejs
## 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).