0👍
In your new
and old
applications hosted at 8081 and 8082 respectively, add assetsDir
in your configuration.
vue.config.js
:
module.exports = {
assetsDir: 'new'
}
- [Vuejs]-Having links to each entry seperated from each other by a comma
- [Vuejs]-How do i correctly reference Vue.js node_module from electron-forge boilerplate?
Source:stackexchange.com