https://github.com/caomeiyouren/electron-vite-template
基于 Vue 、Vite 和 TypeScript 的 Electron 应用模板
https://github.com/caomeiyouren/electron-vite-template
Last synced: 8 months ago
JSON representation
基于 Vue 、Vite 和 TypeScript 的 Electron 应用模板
- Host: GitHub
- URL: https://github.com/caomeiyouren/electron-vite-template
- Owner: CaoMeiYouRen
- Created: 2023-05-11T16:19:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T20:32:54.000Z (over 1 year ago)
- Last Synced: 2024-05-17T20:54:18.895Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.21 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-vite-template
An Electron application with Vue and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```### Development
```bash
$ npm run dev
```### Build
```bash
# For windows
$ npm run build:win# For macOS
$ npm run build:mac# For Linux
$ npm run build:linux
```