https://github.com/erickpetru/fatec-todolist-vue-simple
Sample todo-list project created with Vue CLI (Babel + Router) for JavaScript classes at Fatec Taquaritinga
https://github.com/erickpetru/fatec-todolist-vue-simple
vue vue-router
Last synced: 20 days ago
JSON representation
Sample todo-list project created with Vue CLI (Babel + Router) for JavaScript classes at Fatec Taquaritinga
- Host: GitHub
- URL: https://github.com/erickpetru/fatec-todolist-vue-simple
- Owner: ErickPetru
- License: mit
- Created: 2019-09-05T12:46:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:03:23.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:26:17.425Z (2 months ago)
- Topics: vue, vue-router
- Language: Vue
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todolist-vue
> Sample todo-list project created with Vue CLI (Babel + Router) for JavaScript classes at Fatec Taquaritinga.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).