Skip to content

arpalanca/vue-3-firebase-login-form

Repository files navigation

Vue 3 Firebase Login Form

Simple login and registration form with firebase authentication and registration using Vue 3

Vue 3 Firebase Login Form

Features

⭐ Login Form
⭐ Registration Form
⭐ 404 Page
⭐ Styled with Tailwind CSS
⭐ Vue 3 with Composition API
⭐ Firebase
⭐ Vue Router
⭐ VeeValidate
⭐ Yup

Project setup

# 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 install

NOTE: 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 serve

Go to http://localhost:8080/ to view the page.

License

This project is licensed under the MIT license.

About

Simple login and registration form with firebase authentication and registration using Vue 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors