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

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

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)

![screenshot](./screenshot.png)

## 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/).