Skip to content

Commit 2898c07

Browse files
committed
feat:add package-lock.json
1 parent 337e47c commit 2898c07

4 files changed

Lines changed: 51633 additions & 14 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist/
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7-
package-lock.json
87
tests/**/coverage/
98
*.zip
109
*.rar

README-zh.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,16 @@ git clone -b master https://github.com/dgiot/dgiot_lowcode.git
4949

5050
```bash
5151

52-
npm i -g pnpm --registry=https://registry.npmmirror.com
53-
54-
pnpm config set registry https://registry.npmmirror.com
55-
56-
5752
npm install
53+
5854
```
5955

6056
- 运行
6157

6258
```bash
59+
6360
npm run dev
61+
6462
```
6563

6664
- 效果展示
@@ -72,7 +70,7 @@ npm run dev
7270

7371
| 用户名 | 密码 |
7472
| ----------- | ----------- |
75-
| dgiot_admin | dgiot_admin |
73+
| dgiot_dev | dgiot_dev |
7674

7775
- 打包
7876

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,28 @@ git clone -b master https://github.com/dgiot/dgiot_lowcode.git
4949

5050
```bash
5151

52-
npm i -g pnpm --registry=https://registry.npmmirror.com
53-
54-
pnpm config set registry https://registry.npmmirror.com
55-
56-
5752
npm install
53+
5854
```
5955

6056
- 运行
6157

6258
```bash
59+
6360
npm run dev
61+
6462
```
6563

6664
- 效果展示
6765
<br/>
68-
<img src="http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/frontend/dgiottopo/dgiot_lowcode.png"/>
66+
<img src="http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/frontend/dgiottopo/dgiot_lowcode.png" />
6967

7068

7169
- 登录
7270

7371
| 用户名 | 密码 |
7472
| ----------- | ----------- |
75-
| dgiot_admin | dgiot_admin |
73+
| dgiot_dev | dgiot_dev |
7674

7775
- 打包
7876

0 commit comments

Comments
 (0)