electron-vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
File Explorer
Download Latest Version (.zip)- ISSUE_TEMPLATE.md
- book.json
- building_your_app.md
- contributing.md
- development.md
- end-to-end_testing.md
- entry_indexhtml.md
- faqs.md
- file-tree.md
- getting_started.md
- global_configuration.md
- main-process.md
- meta.md
- migration-guide.md
- miscellaneous.md
- new-releases.md
- npm_scripts.md
- project_structure.md
- README.md
- renderer-process.md
- savingreading-local-files.md
- SUMMARY.md
- testing.md
- unittesting.md
- using-electron-builder.md
- using-electron-packager.md
- using-static-assets.md
- using_css_frameworks.md
- using_pre-processors.md
- using_the_file_structure.md
- vue_accessories.md
- webpack-configurations.md
- book.json
- building_your_app.md
- contributing.md
- debugging-production.md
- development.md
- end-to-end_testing.md
- entry_indexhtml.md
- faqs.md
- file-tree.md
- getting_started.md
- global_configuration.md
- main-process.md
- meta.md
- migration-guide.md
- miscellaneous.md
- new-releases.md
- npm_scripts.md
- project_structure.md
- README.md
- renderer-process.md
- savingreading-local-files.md
- SUMMARY.md
- testing.md
- unittesting.md
- using-electron-builder.md
- using-electron-packager.md
- using-static-assets.md
- using_css_frameworks.md
- using_pre-processors.md
- using_the_file_structure.md
- vue_accessories.md
- webpack-configurations.md
- landing-page.jpg
- logo.png
- book.json
- building_your_app.md
- contributing.md
- development.md
- end-to-end_testing.md
- entry_indexhtml.md
- faqs.md
- file-tree.md
- getting_started.md
- global_configuration.md
- main-process.md
- meta.md
- migration-guide.md
- miscellaneous.md
- new-releases.md
- npm_scripts.md
- project_structure.md
- README.md
- renderer-process.md
- savingreading-local-files.md
- SUMMARY.md
- testing.md
- unittesting.md
- using-electron-builder.md
- using-electron-packager.md
- using-static-assets.md
- using_css_frameworks.md
- using_pre-processors.md
- using_the_file_structure.md
- vue_accessories.md
- webpack-configurations.md
- book.json
- building_your_app.md
- contributing.md
- debugging-production.md
- development.md
- end-to-end_testing.md
- entry_indexhtml.md
- faqs.md
- file-tree.md
- getting_started.md
- global_configuration.md
- main-process.md
- meta.md
- migration-guide.md
- miscellaneous.md
- new-releases.md
- npm_scripts.md
- project_structure.md
- README.md
- renderer-process.md
- savingreading-local-files.md
- SUMMARY.md
- testing.md
- unittesting.md
- using-electron-builder.md
- using-electron-packager.md
- using-static-assets.md
- using_css_frameworks.md
- using_pre-processors.md
- using_the_file_structure.md
- vue_accessories.md
- webpack-configurations.md
- book.json
- building_your_app.md
- contributing.md
- development.md
- end-to-end_testing.md
- entry_indexhtml.md
- faqs.md
- file-tree.md
- getting_started.md
- global_configuration.md
- main-process.md
- meta.md
- migration-guide.md
- miscellaneous.md
- new-releases.md
- npm_scripts.md
- project_structure.md
- README.md
- renderer-process.md
- savingreading-local-files.md
- SUMMARY.md
- testing.md
- unittesting.md
- using-electron-builder.md
- using-electron-packager.md
- using-static-assets.md
- using_css_frameworks.md
- using_pre-processors.md
- using_the_file_structure.md
- vue_accessories.md
- webpack-configurations.md
- LANGS.md
- build.config.js
- build.js
- dev-client.js
- dev-runner.js
- webpack.main.config.js
- webpack.renderer.config.js
- webpack.web.config.js
- 256x256.png
- icon.icns
- icon.ico
- .gitkeep
- .gitkeep
- index.dev.js
- index.js
- .gitkeep
- logo.png
- SystemInformation.vue
- LandingPage.vue
- index.js
- Counter.js
- index.js
- index.js
- App.vue
- main.js
- index.ejs
- .gitkeep
- Launch.spec.js
- index.js
- utils.js
- LandingPage.spec.js
- index.js
- karma.conf.js
- .eslintrc
- .babelrc
- .eslintignore
- .eslintrc.js
- .gitignore
- .travis.yml
- appveyor.yml
- package.json
- README.md
- .gitkeep
- builds.json
- scaffold.js
- scaffold.sh
- wine.sh
- .gitignore
- book.json
- LICENSE.md
- meta.js
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SimulatedGREG/electron-vue
Downloads the entire project code from GitHub to your computer.
cd electron-vue
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g vue-cli
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g vue-cli
Installs the package published on the npm registry globally β no need to clone the source.
yarn # or npm install
Downloads and installs the libraries listed in package.json.
yarn run dev # or npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
