https://github.com/peterdee/vue-todo-list
A simple Todo-list with Vue
https://github.com/peterdee/vue-todo-list
Last synced: 5 months ago
JSON representation
A simple Todo-list with Vue
- Host: GitHub
- URL: https://github.com/peterdee/vue-todo-list
- Owner: peterdee
- Created: 2019-11-20T18:16:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T07:49:26.000Z (over 6 years ago)
- Last Synced: 2025-07-19T04:07:10.329Z (11 months ago)
- Language: Vue
- Homepage: http://localhost:8080
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple Todo-list with Vue
DEV: http://localhost:8080
### Deploy
- `git clone https://github.com/peterdee/vue-todo-list`
- `cd ./vue-todo-list`
- `nvm use 13`
- `npm i`
### Launch
- `npm run serve`
### Build
- `npm run build`