Phonebook using VueJs and Firebase

agenda-vue-firebase

Phonebook using VueJs and Firebase as database / backend

characteristics

  • Auto login with google account
  • Show the contacts you have in your account
  • Add new contacts
  • You can view the contacts, edit and delete them

Project setup

npm install

It is necessary to fill in the firebase configuration data in the main.js file Change the following lines of code to the ones provided by firebase when creating a new project

var firebaseConfig = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  measurementId: ""
};

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Download Details:

Author: alejandrocortell

Source Code: https://github.com/alejandrocortell/Agenda-vue-firebase

#vuejs #vue #javascript #firebase

Phonebook using VueJs and Firebase
7.30 GEEK