https://github.com/umbrella22/electron-vue-template
An Electron & Vue.js quick start
https://github.com/umbrella22/electron-vue-template
electron electron-vue element-ui vue vuex webpack5
Last synced: 6 months ago
JSON representation
An Electron & Vue.js quick start
- Host: GitHub
- URL: https://github.com/umbrella22/electron-vue-template
- Owner: umbrella22
- License: other
- Created: 2019-03-14T10:03:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T02:53:33.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:22:33.879Z (over 1 year ago)
- Topics: electron, electron-vue, element-ui, vue, vuex, webpack5
- Language: JavaScript
- Homepage:
- Size: 35.2 MB
- Stars: 459
- Watchers: 19
- Forks: 111
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-vue-template

[](https://github.com/vuejs/vue-next)
[](https://rspack.dev/index)
[](https://github.com/electron/electron)
[](https://github.com/umbrella22/electron-vue-template/blob/master/LICENSE)# Installation
You can choose to clone the project or fork repository, or download the zip file directly. It is recommended to clone the repository so that you can receive the latest patches.
To run a project, you need to have **node version 20** or higher and **use npm as your dependency management tool**
[Document (Chinese only)](https://umbrella22.github.io/electron-vue-template-doc/)
[For Chinese Developers](/README_ZH.md)
# Build Setup
```bash
# Clone this repository
$ git clone https://github.com/umbrella22/electron-vite-template.git
# Go into the repository
$ cd electron-vue-template
# install dependencies
$ npm ci# serve with hot reload at localhost:9080
$ npm run dev# build electron application for production
$ npm run build```
---
# Function list
[x] Auto update
[x] Incremental update
[x] Loading animation before startup
[x] i18n# Built-in
- [vue-router](https://next.router.vuejs.org/index.html)
- [pinia](https://pinia.esm.dev/)
- [electron](http://www.electronjs.org/docs)
- [typescript](https://www.typescriptlang.org/)
- [rspack](https://rspack.dev/index)# Note
- [gitee](https://gitee.com/Zh-Sky/electron-vue-template) is only for domestic users to pull code,from github to synchronize,please visit github for PR
- **Welcome to Issues and PR**