Electron-vue: Is this project still maintained?

Created on 20 Sep 2020  ·  3Comments  ·  Source: SimulatedGREG/electron-vue

Describe the issue / bug.

Is this project still maintained? I followed the Getting started guide and I'm unable to use yarn run dev. I see the dependencies under package.json to also be outdated, being the most critical [email protected], whereas Electron is currently at v10.

How can I reproduce this problem?

Follow the steps provided in the Getting started guide:

# Install vue-cli and scaffold boilerplate
npm install -g vue-cli
vue init simulatedgreg/electron-vue my-project

# Install dependencies and run your app
cd my-project
yarn # or npm install
yarn run dev # or npm run dev
If visual, provide a screenshot.

Screen Shot 2020-09-19 at 18 27 37

  • Node version: 14.2.0
  • NPM version: 6.14.4
  • vue-cli version: (if necessary)
  • Operating System: macOS Catalina v10.15.1

All 3 comments

Thanks to @webdq , problem solved.

Furthermore, we can fork this repository to create a working one.

My fix: https://github.com/compilelife/electron-vue/commit/9322d08267a60243e71a9a3f4c0ffb391a83a265

Usage:

vue init compilelife/electron-vue test
cd test
yarn
yarn run dev

Thanks @webdq for sharing this link. It worked for me but it still confuses me that electron-vue has the old electron version etc.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Oriol-GG picture Oriol-GG  ·  3Comments

iwen-pengh picture iwen-pengh  ·  3Comments

webrtcn picture webrtcn  ·  3Comments

alexiej picture alexiej  ·  3Comments

imomaliev picture imomaliev  ·  3Comments