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
- Host: GitHub
- URL: https://github.com/christopherkade/vue-firebase-auth
- Owner: christopherkade
- Created: 2018-01-30T18:24:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T18:27:17.000Z (over 7 years ago)
- Last Synced: 2025-01-17T09:35:08.575Z (4 months ago)
- Topics: bulma, firebase, firebase-auth, vue, vuejs2
- Language: JavaScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 stateDon'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
```