Skip to content

Commit 5972439

Browse files
committed
github list supported
1 parent 48c8f1c commit 5972439

File tree

8 files changed

+242
-498
lines changed

8 files changed

+242
-498
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
### Develop
2323

2424
```
25-
// 打包React
26-
npm run build
25+
// dev
26+
npm run dev
27+
npm run server
2728
28-
// 启动electron app
29+
// build
30+
npm run build
31+
npm run dist
2932
npm start
3033
31-
// 打包安装文件
32-
npm run dist
3334
```
3435

3536
```

app/bundle.js

+194-60
Large diffs are not rendered by default.

app/bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)