https://github.com/cinob/vue-todo
https://github.com/cinob/vue-todo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cinob/vue-todo
- Owner: cinob
- License: apache-2.0
- Created: 2019-08-09T00:33:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:43:14.000Z (over 3 years ago)
- Last Synced: 2025-10-26T21:54:06.843Z (8 months ago)
- Language: Vue
- Size: 2.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-todo
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).