https://github.com/arn4b/todo-vue
Simple todo app using vuejs
https://github.com/arn4b/todo-vue
Last synced: 4 months ago
JSON representation
Simple todo app using vuejs
- Host: GitHub
- URL: https://github.com/arn4b/todo-vue
- Owner: arn4b
- Created: 2022-01-11T18:34:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T04:20:05.000Z (over 4 years ago)
- Last Synced: 2025-10-23T22:51:26.298Z (8 months ago)
- Language: Vue
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).