Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobicorradi/vue-todo-app
To do app made with Vue
https://github.com/tobicorradi/vue-todo-app
app front todo vue vuejs
Last synced: 5 days ago
JSON representation
To do app made with Vue
- Host: GitHub
- URL: https://github.com/tobicorradi/vue-todo-app
- Owner: tobicorradi
- Created: 2021-01-11T12:53:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T13:14:36.000Z (about 4 years ago)
- Last Synced: 2024-11-28T09:35:11.370Z (2 months ago)
- Topics: app, front, todo, vue, vuejs
- Language: Vue
- Homepage: https://sleepy-fermat-1446fc.netlify.app/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todo-app
## 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/).