Skip to content

Commit b13d901

Browse files
committed
readme优化
1 parent f21843f commit b13d901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
依赖环境:node , webpack ; node安装 , 自行搜索安装最新版本
1616

1717
前端基于webpack构建的 , 所以需要先安装webpack
18-
```
19-
npm install --save-dev webpack
20-
```
18+
19+
`npm install --save-dev webpack`
20+
2121
##### 构建前端库文件
22-
```
22+
```bash
2323
cd src\main\static
2424
npm i
2525
npm start

0 commit comments

Comments
 (0)