Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.72 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.72 KB

Electron Based Document Generator

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.

Commands

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.

Building Errors

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.

Tech Stack

Documentation

Customize configuration

See Configuration Reference.