Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
#
It's not compatible with element-ui
#
use element-ui:This error occurs when both el-input and el-select are used before using el-message
Problems can occur with the webpack packaging configuration, causing the element-ui to repeatedly introduce vue.
I've not actually used element-ui but I had a similar issue happen with vuetify and I resolved it by adding it to the whitelistedModules in the webpack config: let whiteListedModules = ['vue', 'vuetify'].
Most helpful comment
I've not actually used element-ui but I had a similar issue happen with vuetify and I resolved it by adding it to the whitelistedModules in the webpack config:
let whiteListedModules = ['vue', 'vuetify'].