vuex-electron-example
vuex-electron-example copied to clipboard
I am a fan of your conecpt, but i miss a script-entry for building/pack a executable production build. How to do this?
I was using Node v14 but had to downgrade to Node v8 to get this app to compile (thank you `nvm` for making that so easy). Also had to use...
I tried to install it as I did in the `README` ```shell yarn install yarn install v1.12.3 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz: Extracting tar content...
"yarn install" with master package.json would fail due to the event-stream incident described below: https://blog.npmjs.org/post/180565383195/details-about-the-event-stream-incident The recommended change to package.json resolves the issue and allows "yarn install" to complete successfully.