npm install
npm run serve
npm run build
npm run lint
This is my project for "VueAuth" , Authentication Database :Firebase ,using VUE.js, and Router and bootstap. Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more.
install npm
Vue
Firebase
Bootstrap
jQuery
VueRouter
You should file called "node_modules"
You need to Creat account on Firebase webiste
Then, Add Project
In ,Project settings
App nickname:vueauth
Get SDK , get npm web script
Copy-Paste from script to main.js in src to "const Config".
In firebase website , go to firestore database
make sure sing in methodes : Email/Password And Google
you have router file and components
In router file , you have index.js
1-import VueRouter --- Very Important to do that
2-Import 4 files from compoents
which are
Forgot password
Home
LogIn
SignUp
3- routes
make :path, name,component
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}