npm install
Add a .env file in the project root. Your env file should contain the following environment variables to run your local build:
- VUE_APP_GOOGLE_API_KEY
- VUE_APP_API_URL
npm run serve
npm run lint
Ensure you have a production .env file in the project root. The env file should have production values of the environment variables described in the "Setup your configuration file" section.
npm run build