https://github.com/edo1z/study-vuefire
Study vuefire
https://github.com/edo1z/study-vuefire
Last synced: about 1 month ago
JSON representation
Study vuefire
- Host: GitHub
- URL: https://github.com/edo1z/study-vuefire
- Owner: edo1z
- Created: 2020-10-04T01:04:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T12:13:43.000Z (about 5 years ago)
- Last Synced: 2025-06-18T21:41:43.505Z (4 months ago)
- Language: Vue
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-vuefire
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).