https://github.com/davidmartinperez/calendar-vuejs
Calendario realizado con Vuejs, Vuetify y Firebase
https://github.com/davidmartinperez/calendar-vuejs
calendar-vuejs firebase vue vuejs vuetify yarn
Last synced: 4 months ago
JSON representation
Calendario realizado con Vuejs, Vuetify y Firebase
- Host: GitHub
- URL: https://github.com/davidmartinperez/calendar-vuejs
- Owner: DavidMartinPerez
- Created: 2019-11-01T18:48:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T19:44:01.000Z (over 5 years ago)
- Last Synced: 2025-03-12T04:35:15.237Z (4 months ago)
- Topics: calendar-vuejs, firebase, vue, vuejs, vuetify, yarn
- Language: Vue
- Homepage: https://calendar-vuejs.web.app
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calendar-vuejs
Calendario realizado con vuejs, vuetify y firebase
[Prueba el calendario aquí](https://calendar-vuejs.web.app/)

## Instalar dependencias
```
yarn install
```
### Añadir claves de firebase
Añadir claves en el archivo './main.js'
```javascript
const firebaseConfig = {
apiKey: "SU API KEY XXXXXX",
authDomain: "SU DOMINIO AUTH XXXXX",
databaseURL: "SU URL DE LA BASE DE DATOS XXXXXX",
projectId: "SU PROJECT ID",
storageBucket: "SU STORAGE",
messagingSenderId: "ID",
appId: "APP ID"
};
```### Lanzar servidor
```
yarn serve
```### Compilar para producción
```
yarn build
```