Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jooy2/vutron-webpack
Vutron with Webpack 5 compiler (This repository is outdated for Webpack 5. Go to the new repositories using Vite below.)
https://github.com/jooy2/vutron-webpack
cross-platform electron electronjs pinia skeleton template vue vue3 webpack webpack5
Last synced: 2 months ago
JSON representation
Vutron with Webpack 5 compiler (This repository is outdated for Webpack 5. Go to the new repositories using Vite below.)
- Host: GitHub
- URL: https://github.com/jooy2/vutron-webpack
- Owner: jooy2
- License: mit
- Created: 2022-10-06T00:23:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T05:55:33.000Z (3 months ago)
- Last Synced: 2024-11-14T06:30:38.949Z (3 months ago)
- Topics: cross-platform, electron, electronjs, pinia, skeleton, template, vue, vue3, webpack, webpack5
- Language: JavaScript
- Homepage: https://github.com/jooy2/vutron
- Size: 2.78 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![vutron-logo](src/renderer/assets/img/vutron-logo.png)
Quick Start Templates for **[Webpack 5](https://webpack.js.org)** + **[Vue 3](https://vuejs.org/)** + **[Electron.js](https://www.electronjs.org/)**
**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](https://vitejs.dev)---
## Documentation
The `webpack` based **Vutron** project documentation is no longer available. Please see the [documentation page](https://vutron.cdget.com) for the new [Vutron based on Vite](https://github.com/jooy2/vutron).
Some documentation content may differ from that in the `webpack` repository.
## License
Copyright © 2022-2024 [CDGet](https://cdget.com) <[[email protected]](mailto:[email protected])> Released under the MIT license.
The structure and some code of this project was inspired by **[electron-vue](https://github.com/SimulatedGREG/electron-vue)**.