File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616<p align =" center " >English | <a href =" ./README.zh-CN.md " >简体中文</a ></p >
1717
18-
1918## Highlights
2019
2120- ` Line ` and ` Circle ` progress components rendered with SVG.
@@ -58,7 +57,7 @@ export default () => (
5857Run the local dumi site:
5958
6059``` bash
61- npm install
60+ ut install
6261npm start
6362```
6463
@@ -92,7 +91,7 @@ Then open `http://localhost:8000`.
9291## Development
9392
9493``` bash
95- npm install
94+ ut install
9695npm start
9796npm test
9897npm run tsc
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default () => (
5757运行本地 dumi 站点:
5858
5959``` bash
60- npm install
60+ ut install
6161npm start
6262```
6363
@@ -91,7 +91,7 @@ npm start
9191## 本地开发
9292
9393``` bash
94- npm install
94+ ut install
9595npm start
9696npm test
9797npm run tsc
Original file line number Diff line number Diff line change 11{
22 "framework" : " umijs" ,
3- "installCommand" : " npm install" ,
3+ "installCommand" : " ut install" ,
44 "buildCommand" : " npm run build" ,
55 "outputDirectory" : " docs-dist"
66}
You can’t perform that action at this time.
0 commit comments