Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```