Use npm to install dependencies.
npm i
npm install firebase
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
(build before firebase init)
Deploy to Firebase
npm install -g firebase-tools
firebase login
firebase init
(dist instead of public)
firebase deploy
The following tools were used in the construction of the project: