Create Modular Vuex stores for vue-cli@3.0
If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli
Tip: If you don't want to overwrite your current vue-cli because you still need vue init
, then try this.
Generate a project using vue-cli 3.0
vue create my-app
Before installing the modular-vuex plugin, make sure to commit or stash your changes in case you need to revert
To install the modular-vuex plugin...
cd my-app
vue add vuex // if you haven't selected to add vuex during the vue create stage
vue add modular-vuex
Invoke to generate a new store module
vue invoke modular-vuex
Just add vue-cli-plugin-electron-builder and vue-cli-plugin-vuetify
vue add vuex
vue add electron-builder
vue add vuetify
vue add modular-vuex
yarn serve:electron // or npm server:electron