Electron-vue: 馃帀 New updated version

Created on 16 Jun 2019  路  3Comments  路  Source: SimulatedGREG/electron-vue

Due to the lack of updates I am creating Electron and Vue.js boilerplate from scratch.
Additionally I decided to use the Nuxt.js framework, which simplifies writing parts of Vue.js and makes it easier to maintain the template (ready Webpack configuration , Babel, ...)

Repo: https://github.com/michalzaq12/electron-nuxt

More information can be found here.

I also suggest reading section about electron-builder dependencies , which also applies to the electron-vue template

Most helpful comment

I understand that it is easy to update electron but this is not the only problem.

I've already solved a few:

  • high CPU usage in dev mode
  • hanging electron processes
  • obsolete unit tests configuration
  • can't install vue-devtools in China

I've also added new functionalities:

  • parallel build
  • relaunching electron from menu if app get stuck
  • thanks to the use of Nuxt, always the latest Webpack, Babel version with ready configuration (including all loaders config for: Sass, Stylus, Less)
  • full support for Nuxt universal mode (prerender pages to improve builded app startup time)

_I remind you that the project is still in development._

All 3 comments

馃憦 clap

hey @michalzaq12 check the answer here #855 and especially the last comment #855 (comment)

I understand that it is easy to update electron but this is not the only problem.

I've already solved a few:

  • high CPU usage in dev mode
  • hanging electron processes
  • obsolete unit tests configuration
  • can't install vue-devtools in China

I've also added new functionalities:

  • parallel build
  • relaunching electron from menu if app get stuck
  • thanks to the use of Nuxt, always the latest Webpack, Babel version with ready configuration (including all loaders config for: Sass, Stylus, Less)
  • full support for Nuxt universal mode (prerender pages to improve builded app startup time)

_I remind you that the project is still in development._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simdax picture simdax  路  3Comments

Quadriphobs1 picture Quadriphobs1  路  3Comments

xiaomizhou66 picture xiaomizhou66  路  3Comments

jt-wang picture jt-wang  路  3Comments

okwangyu picture okwangyu  路  3Comments