File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
### 运行环境
2
+ - Node.js 16.14+
3
+ - pnpm 8.x+
4
+ - Python3.8-3.11
2
5
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 )
4
8
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 )
8
10
9
11
### 初始化
10
-
11
12
``` shell
12
13
pnpm run init
13
14
```
14
15
15
16
### dev
16
-
17
17
``` shell
18
18
pnpm run start
19
19
```
20
20
21
21
### build
22
-
23
22
``` shell
24
23
# no console window
25
24
pnpm run build
26
25
27
26
# with console window
28
27
pnpm run pre
28
+
29
+ # with folder
30
+ pnpm run build:folder
29
31
```
30
32
31
33
### 致谢
32
-
33
34
[ 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 >
You can’t perform that action at this time.
0 commit comments