https://github.com/webmasterdevlin/vue-vuex-vuetify-firebase
Create a calendar app using Vuejs, Vuex, Vuetify, and Firebase
https://github.com/webmasterdevlin/vue-vuex-vuetify-firebase
Last synced: about 1 year ago
JSON representation
Create a calendar app using Vuejs, Vuex, Vuetify, and Firebase
- Host: GitHub
- URL: https://github.com/webmasterdevlin/vue-vuex-vuetify-firebase
- Owner: webmasterdevlin
- License: mit
- Created: 2019-10-20T12:47:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:05:06.000Z (over 3 years ago)
- Last Synced: 2025-01-26T13:30:00.725Z (over 1 year ago)
- Language: Vue
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vue, Vuex, Vuetify, and Firebase
### Component Framework
[Vuetify](https://vuetifyjs.com)
### Backend as a Service
[Firebase](https://firebase.google.com)

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).