Login page and Contact list with Vue.js and Firebase
Register, Login and Contact list
This is a personal study project. Only for study and reference.
Challenge
Create a register page and login page with password validation.
Tools
Vue.js <3 and Bootstrap 4
Build Setup
# 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
Deploy Stuff
Every merge within master branch will deploy a new website version - no need to commit /dist/ folder.
This site is hosted by Netlify - the /dist/ folder is generated automatically on each push.