Quick Start Templates for Webpack 5 + Vue 3 + Electron.js
Vutron is a preconfigured template for developing Electron
cross-platform desktop apps. It uses Vue 3
and allows you to build a fast development environment with little effort.
Important
This project is for Webpack 5 builds and has limited maintenance.
The Vutron project has been replaced by the ViteJS
compiler and is maintained at the following new repository link: https://github.com/jooy2/vutron
ViteJS is faster than Webpack 5 and allows you to build projects with a simpler setup. To learn more, see the following links: ViteJS Homepage
The webpack
based Vutron project documentation is no longer available.
Please see the documentation page for the new Vutron based on Vite.
Some documentation content may differ from that in the webpack
repository.
Copyright © 2022-2024 Jooy2 <jooy2.contact@gmail.com> Released under the MIT license.
The structure and some code of this project was inspired by electron-vue.