1👍
Yes, as mentioned in docs, basically you can add different modes like this:
.env.[MODE_NAME]
And they you can run it like:
vue-cli-service build --mode [MODE_NAME]
- [Vuejs]-Cannot read property in vue.js issue how to fix?
- [Vuejs]-How can I pass an object in params when using $router.push()?
Source:stackexchange.com