Environment customisation
spsp-vue provides 4 .env files out of the box:
- .env.bacteria
- .env.development
- .env.production
- .env.viruses
Those 4 files allow you to serve and build the correct app based on what you need. Change the values if needed. I recommend reading the documentation of Vue CLI link. Changing those files might break the CI/CD of the repo.