File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default () => (
5454Run the local dumi site:
5555
5656``` bash
57- ut install
57+ npm install
5858npm start
5959```
6060
@@ -128,7 +128,7 @@ ref.current?.blur();
128128## Development
129129
130130``` bash
131- ut install
131+ npm install
132132npm start
133133npm test
134134npm run tsc
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default () => (
5454运行本地 dumi 站点:
5555
5656``` bash
57- ut install
57+ npm install
5858npm start
5959```
6060
@@ -128,7 +128,7 @@ ref.current?.blur();
128128## 本地开发
129129
130130``` bash
131- ut install
131+ npm install
132132npm start
133133npm test
134134npm run tsc
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default () => <InputNumber defaultValue={10} />;
2626## Development
2727
2828``` sh
29- ut install
29+ npm install
3030npm start
3131```
3232
You can’t perform that action at this time.
0 commit comments