yarn install
This project requires a .env
file in the root directory to store environment variables. These variables are necessary for various services, including Google APIs.
-
In the root directory of your project, create a file named
.env
. -
Add the following line to the
.env
file:
VUE_APP_GOOGLE_API_KEY="your-google-api-key-here"
yarn serve
yarn build
yarn lint