Skip to content

androidminds/electron-vue-boilerplate

Β 
Β 

Repository files navigation

electron-vue-boilerplate

Electron + Vue3 + Vite + Tailwind + i18n + EventBus boilerplate.

Based on https://github.com/electron-vite/electron-vite-vue

Features

πŸ“¦ Out of the box 🎯 Based on the official template-vue-ts, less invasive 🌱 Extensible, really simple directory structure πŸ’ͺ Support using Node.js API in Electron-Renderer πŸ”© Support C/C++ native addons πŸ–₯ It's easy to implement multiple windows

Directory

+ β”œβ”€β”¬ electron
+ β”‚ β”œβ”€β”¬ main
+ β”‚ β”‚ └── index.ts    entry of Electron-Main
+ β”‚ └─┬ preload
+ β”‚   └── index.ts    entry of Preload-Scripts
  β”œβ”€β”¬ src
  β”‚ └── main.ts       entry of Electron-Renderer
  β”œβ”€β”€ index.html
  β”œβ”€β”€ package.json
  └── vite.config.ts

About

πŸ₯³ Electron + Vite + Vue + tailwind + eventbus + i18n boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • Vue 4.1%
  • HTML 3.2%
  • JavaScript 2.7%
  • CSS 0.6%