https://github.com/tjx666/electron-vue-vite-boilerplate
awesome electron vue project template
https://github.com/tjx666/electron-vue-vite-boilerplate
Last synced: about 2 months ago
JSON representation
awesome electron vue project template
- Host: GitHub
- URL: https://github.com/tjx666/electron-vue-vite-boilerplate
- Owner: tjx666
- Created: 2021-07-09T08:39:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T14:08:55.000Z (over 1 year ago)
- Last Synced: 2025-03-05T07:38:15.151Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 755 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 安装依赖
```shell
pnpm install
```## 开发
```shell
pnpm dev
```启动后效果:

## 打包
```shell
pnpm build
```## 调式
工具箱项目添加了一些开发时使用的快捷键:
- Toggle DevTools: Cmd Alt I or F12
- Reload: Cmd R or F5