Build for a small client (and published with permission), and used as a proof of concept. Tests using Electron, Vue, Vuex, Vuetify, and Vuex Persistence to build a commercial project.
Run for Development
npm run electron:serve
Build for Production on Windows
npm run electron:build:win
Once built, it will appear in the dist_electron
folder.
I ran into several build errors, all of which had to do with file permissions being set to root
. I had to chown -R
several folders until the build process finally ran properly. These issues appeared as missing files when in fact it was
a permission issue.
- Angular Expressions
- Docx Templater
- Electron
- Vue
- Vuetify
- Vuex State Management
- Vuex-persistfile for Electron
- SASS