Source: medium.com

Vue config templating

Category: Deployment

I’ve been using a config templating strategy for Vue recently and I love it because it simplifies the process of doing per-deployment configuration and requires zero additional build configuration on top of what comes out of the box from a vue-cli create project.

Related Articles