.env files in Quasar (VueJS)
Managing environment variables in quasar quite simple.My use case only have 2 environments: local & production.So I have only 2 files:
.env.dev : for local
.env.prod: for production
No need naming conventions when work with quasar:
And access t...
thebrownbox.hashnode.dev1 min read