File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848Run the local dumi site:
4949
5050``` bash
51- npm install
51+ ut install
5252npm start
5353```
5454
@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128## Development
129129
130130``` bash
131- npm install
131+ ut install
132132npm start
133133npm test
134134npm run tsc
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848运行本地 dumi 站点:
4949
5050``` bash
51- npm install
51+ ut install
5252npm start
5353```
5454
@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128## 本地开发
129129
130130``` bash
131- npm install
131+ ut install
132132npm start
133133npm test
134134npm 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