Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Electron Vue | 14,434 | 2 years ago | 269 | mit | JavaScript | |||||
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. | ||||||||||
Vue Cli Plugin Electron Builder | 4,018 | 203 | 67 | 4 months ago | 95 | January 22, 2022 | 60 | mit | JavaScript | |
Easily Build Your Vue.js App For Desktop With Electron | ||||||||||
Bilibilivideodownload | 2,493 | 7 days ago | 84 | mit | TypeScript | |||||
Cross-platform download bilibili video desktop software, support windows, macOS, Linux | ||||||||||
Vue Objccn | 2,000 | a year ago | 1 | gpl-3.0 | Vue | |||||
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用 | ||||||||||
Vite Electron Builder | 1,996 | 16 hours ago | 8 | mit | TypeScript | |||||
Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla | ||||||||||
Electron Nuxt | 683 | 8 months ago | 3 | June 16, 2022 | 39 | mit | JavaScript | |||
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools | ||||||||||
Electron Vue Template | 345 | 3 months ago | 4 | mit | JavaScript | |||||
Simple Vue3 + Electron starter template in TypeScript, including ViteJS and Electron Builder | ||||||||||
Quick Start | 128 | 22 days ago | 1 | mit | JavaScript | |||||
An easy way to start a front-end project. | ||||||||||
Atomic Edits | 65 | 3 months ago | 2 | mit | JavaScript | |||||
🎬 A desktop app that automatically removes silence from videos. | ||||||||||
Selflessheroes | 46 | 2 years ago | 10 | other | JavaScript | |||||
Solve puzzles by designing an AI for a team of selfless heroes. Test your algorithm, optimize it, and emerge victorious from the dungeon! |
The boilerplate for making electron applications built with vue (pretty much what it sounds like).
The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of vue-cli
for scaffolding, webpack
with vue-loader
, electron-packager
or electron-builder
, and some of the most used plugins like vue-router
, vuex
, and so much more.
Things you'll find in this boilerplate...
package.json
setupappveyor.yml
and .travis.yml
configurations for automated deployments with electron-builder*stage-0
by defaultbabili
to remove the need of transpiling completely down to ES5standard
and airbnb-base
)**Customizable during vue-cli scaffolding
This boilerplate was built as a template for vue-cli and includes options to customize your final scaffolded app. The use of node@^7
or higher required. electron-vue also officially recommends the yarn
package manager as it handles dependencies much better and can help reduce final build size with yarn clean
.
# 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
Make sure to check out A Note for Windows Users to make sure you have all the necessary build tools needed for electron and other dependencies.
Just point to the 1.0
branch. Please note that electron-vue has officially deprecated the usage of vue@^1
, so project structure, features, and documentation will reflect those changes (legacy documentation).
vue init simulatedgreg/electron-vue#1.0 my-project
Make sure to take a look at the documentation. Here you will find useful information about configuration, project structure, and building your app. There's also a handy FAQs section.
Take a look at some of the amazing projects built with electron-vue. Want to have your own project listed? Feel free add your project to the bottom of the list below then submit a pull request.