Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greyby/vue-todo
TodoMvc with vue
https://github.com/greyby/vue-todo
Last synced: 24 days ago
JSON representation
TodoMvc with vue
- Host: GitHub
- URL: https://github.com/greyby/vue-todo
- Owner: greyby
- License: mit
- Created: 2015-09-05T17:21:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T17:22:12.000Z (over 9 years ago)
- Last Synced: 2024-10-15T09:15:37.320Z (2 months ago)
- Language: Vue
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-todo
Build vue-todo with Webpack.
## Setup
``` bash
npm install
# dev:
npm run serve
# build:
npm run build
```## License
[MIT](http://opensource.org/licenses/MIT)