first-electron/README.md

22 lines
269 B
Markdown
Raw Permalink Normal View History

2020-10-22 10:51:21 +08:00
# socket client桌面程序 (使用quasar-electron)
2015-10-17 08:52:00 +08:00
2020-10-22 10:51:21 +08:00
## 安装moudel
2015-10-17 08:52:00 +08:00
```bash
2016-11-01 01:38:04 +08:00
npm install
2015-10-17 08:52:00 +08:00
```
2020-10-22 10:51:21 +08:00
### 启动项目
```bash
npm run start
```
2017-04-05 23:09:02 +08:00
2020-10-22 10:51:21 +08:00
### 项目编译exe
```bash
npm run pack
```
2016-07-15 06:02:18 +08:00
2020-10-22 10:51:21 +08:00
> 项目打包成安装文件使用`234.iss`,打包后的文件会出现在桌面