Skip to content

Commit 4728cec

Browse files
authored
fix: Update README.md
1 parent 65b984f commit 4728cec

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,34 @@
11
### 运行环境
2+
- Node.js 16.14+
3+
- pnpm 8.x+
4+
- Python3.8-3.11
25

3-
- Node.js 16.14+ ([Node.js 安装教程](https://blog.pangao.vip/NodeJs安装教程/))
6+
### 截图
7+
![image](https://github.com/tansen87/pywebview-vue3-template/assets/98570790/bd986652-adf7-4843-907d-5ac066488406)
48

5-
- pnpm 8.x+ ([pnpm 安装教程](https://pnpm.io/zh/installation))
6-
7-
- Python3.8-3.11 ([Python 安装教程](https://blog.pangao.vip/Python环境搭建及模块安装))
9+
![image](https://github.com/tansen87/pywebview-vue3-template/assets/98570790/c2e305bd-9bec-423b-9f97-f74754507fa1)
810

911
### 初始化
10-
1112
```shell
1213
pnpm run init
1314
```
1415

1516
### dev
16-
1717
```shell
1818
pnpm run start
1919
```
2020

2121
### build
22-
2322
```shell
2423
# no console window
2524
pnpm run build
2625

2726
# with console window
2827
pnpm run pre
28+
29+
# with folder
30+
pnpm run build:folder
2931
```
3032

3133
### 致谢
32-
3334
[PPX](https://github.com/pangao1990/PPX)
34-
35-
---
36-
37-
<br/>
38-
39-
<p align="center">
40-
<a href="https://github.com/tansen87/pywebview-vue3-template">
41-
<img src="http://randojs.com/images/backToTopButton.png" alt="Back to top" height="29"/>
42-
</a>
43-
</p>

0 commit comments

Comments
 (0)