⭐ Login Form
⭐ Registration Form
⭐ 404 Page
⭐ Styled with Tailwind CSS
⭐ Vue 3 with Composition API
⭐ Firebase
⭐ Vue Router
⭐ VeeValidate
⭐ Yup
# Clone this repository
$ git clone https://github.com/arpalanca/vue-3-firebase-login-form.git
# Go into the repository
$ cd vue-3-firebase-login-form
# Remove current origin repository
$ git remote remove origin
# Install dependencies
$ npm installNOTE:
To update the config file, go to src/lib/Firebase.js.
const config = {
apiKey: "API KEY HERE",
authDomain: "AUTH DOMAIN HERE",
databaseURL: "DATABASE URL HERE",
projectId: "PROJECT ID HERE",
storageBucket: "STORAGE BUCKET HERE",
messagingSenderId: "MESSAGING SENDER ID HERE",
};Start the server:
# Start development server
$ npm run serveGo to http://localhost:8080/ to view the page.
This project is licensed under the MIT license.
