https://github.com/pkgtoolsjs/template-electron-vue
https://github.com/pkgtoolsjs/template-electron-vue
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgtoolsjs/template-electron-vue
- Owner: pkgtoolsjs
- Created: 2025-10-11T05:06:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T23:52:41.000Z (about 2 months ago)
- Last Synced: 2026-05-29T01:21:25.091Z (about 2 months ago)
- Language: TypeScript
- Size: 308 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-electron-vue
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) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
## 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
```