bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Change app.config.json at runtime #232

Closed mohammad-zr closed 4 months ago

mohammad-zr commented 2 years ago

Is it possible to change app.config.json values after publish without need to rebuilding app?

bencodezen commented 4 months ago

It depends on your compilation strategy. If the app.config.json is bundled with the build, then I don't think it can be separated; but if you deploy the JSON file as a separate request, then it should theoretically be possible.

Sorry for not being able to provide a more concrete answer, but I hope this helps!