https://github.com/devzakir/vue-todo
Todo Application Using Vue JS
https://github.com/devzakir/vue-todo
Last synced: 5 months ago
JSON representation
Todo Application Using Vue JS
- Host: GitHub
- URL: https://github.com/devzakir/vue-todo
- Owner: devzakir
- Created: 2020-01-25T18:20:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:59:04.000Z (over 3 years ago)
- Last Synced: 2025-02-05T12:41:23.874Z (over 1 year ago)
- Language: Vue
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetodo
> A Vue.js project
## 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).