Create an .env file in the root and add the following:
VUE_APP_TITLE={name of my application}
VUE_APP_API_KEY={key}
npm install
npm run serve
npm run build
npm run lint
Create an .env file in the root and add the following:
VUE_APP_TITLE={name of my application}
VUE_APP_API_KEY={key}
npm install
npm run serve
npm run build
npm run lint