https://github.com/snehalyelmati/vue-do
To-do list app with Vue.js hosted on Firebase.
https://github.com/snehalyelmati/vue-do
Last synced: 17 days ago
JSON representation
To-do list app with Vue.js hosted on Firebase.
- Host: GitHub
- URL: https://github.com/snehalyelmati/vue-do
- Owner: snehalyelmati
- Created: 2020-03-21T19:24:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:45:08.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T03:46:19.348Z (3 months ago)
- Language: Vue
- Homepage: https://simpleapp-e9b55.firebaseapp.com/
- Size: 2.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-do
## 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/).