vue-auth (currently, firebase)
A sample application with authentication setup using firebase.
Project setup
- Create a firebase account
- Enable Google SSO
- Update your
.env
file with the contents of your firebase config file yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint