Skip to content

Commit

Permalink
feat:add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed Jan 13, 2023
1 parent 337e47c commit 2898c07
Show file tree
Hide file tree
Showing 4 changed files with 51,633 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
tests/**/coverage/
*.zip
*.rar
Expand Down
10 changes: 4 additions & 6 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,16 @@ git clone -b master https://github.com/dgiot/dgiot_lowcode.git

```bash

npm i -g pnpm --registry=https://registry.npmmirror.com

pnpm config set registry https://registry.npmmirror.com


npm install

```

- 运行

```bash

npm run dev

```

- 效果展示
Expand All @@ -72,7 +70,7 @@ npm run dev

| 用户名 | 密码 |
| ----------- | ----------- |
| dgiot_admin | dgiot_admin |
| dgiot_dev | dgiot_dev |

- 打包

Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,28 @@ git clone -b master https://github.com/dgiot/dgiot_lowcode.git

```bash

npm i -g pnpm --registry=https://registry.npmmirror.com

pnpm config set registry https://registry.npmmirror.com


npm install

```

- 运行

```bash

npm run dev

```

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


- 登录

| 用户名 | 密码 |
| ----------- | ----------- |
| dgiot_admin | dgiot_admin |
| dgiot_dev | dgiot_dev |

- 打包

Expand Down
Loading

0 comments on commit 2898c07

Please sign in to comment.