Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T19:44:01.000Z (about 5 years ago)
- Last Synced: 2024-10-24T15:39:40.606Z (3 months ago)
- Topics: calendar-vuejs, firebase, vue, vuejs, vuetify, yarn
- Language: Vue
- Homepage: https://calendar-vuejs.web.app
- Size: 188 KB
- Stars: 0
- Watchers: 2
- 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/)
![alt text](./img/vue-calendar.png "Imagen de ejemplo del calendario")
## 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
```