https://github.com/zonayedpca/vue-todo
See Live Demo Here
https://github.com/zonayedpca/vue-todo
Last synced: about 2 months ago
JSON representation
See Live Demo Here
- Host: GitHub
- URL: https://github.com/zonayedpca/vue-todo
- Owner: zonayedpca
- Created: 2018-06-23T10:34:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T13:15:44.000Z (about 8 years ago)
- Last Synced: 2025-02-03T16:08:38.556Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://zonayedpca.github.io/vue-todo
- Size: 366 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todo
> A Simple To Do Application made with Vue JS
## 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
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).