-
Install Node.js (latest or recommended version) https://nodejs.org/en/
-
Then run "Node.js command prompt" and type in the following commands:
npm install -g @vue/cli
npm i firebase
- Once the vue.js and firebase node_modules are installed, type
npm run serve
Note- if there are any packages missing, try using:
npm install
The above command will install any missing packages needed by the project
- Then open your web browser and type: "http://localhost:8080" in the URL bar or address bar
npm run build
npm run lint
Courtesy (for login setup) - https://savvyapps.com/blog/definitive-guide-building-web-app-vuejs-firebase