1.https://github.com/SimulatedGREG/electron-vue
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
网友评论