/vuejs-auth

A proof of concept with VueJS and Firebase to auth

Primary LanguageJavaScript

vuejs-auth

A proof of concept with VueJS and Firebase to auth

Link

Access here: https://marlonfurtado.github.io/vuejs-auth

Running

# 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

Get for you

  1. Clone this repository
  2. Create your firebase project
  3. Create a file firebase.env.js like the example in /config/firebase.env.example.js (Copy&Paste)
  4. Change values of firebase.env.js to your firebase config
  5. Run the server in development mode

For more info about VueJS, check out the guide and docs for vue-loader.
Adapted from this tutorial