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...
I usually deploy my FE with Netlify.I also usually using Quasar for my FE.Deploy with Netlify is very straightforward. But sometime I forgot it. Just need to setup build command and publish folder then you’re done.