Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-karpovich/vue-todo
Classical ToDo App with VueJS framework
https://github.com/pavel-karpovich/vue-todo
demo firebase todo vue
Last synced: 11 days ago
JSON representation
Classical ToDo App with VueJS framework
- Host: GitHub
- URL: https://github.com/pavel-karpovich/vue-todo
- Owner: pavel-karpovich
- Created: 2019-11-08T01:44:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T01:32:04.000Z (3 months ago)
- Last Synced: 2024-11-27T13:40:58.158Z (2 months ago)
- Topics: demo, firebase, todo, vue
- Language: Vue
- Homepage: https://todo.paradox.red/
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).