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

https://github.com/christopherkade/vue-firebase-auth

An example of authentication using Firebase, Vue and Bulma
https://github.com/christopherkade/vue-firebase-auth

bulma firebase firebase-auth vue vuejs2

Last synced: about 2 months ago
JSON representation

An example of authentication using Firebase, Vue and Bulma

Awesome Lists containing this project

README

        

> An example of authentication using [Firebase](https://firebase.google.com/), [Vue](https://vuejs.org/) and [Bulma](https://bulma.io/).

Features:
- Account creation
- Connection
- Navigation based on authentication state

Don't forget to set up your Firebase configuration in `main.js`.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```