This Is My Project After Learning Vue js, Vuetify, And Firebase tools (cloud Firestore, Firebase Hosting)
create firebase.js in src folder. And Copy This
import firebase from 'firebase/app'
import 'firebase/firestore'
firebase.initializeApp({
projectId: 'projectId',
databaseURL: 'databaseURL'
});
export const db = firebase.firestore()
npm install
npm run serve
npm run build
npm run test
npm run lint