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 @@ Online preview: https://steps.react-component.vercel.app/
5454Run the local dumi site:
5555
5656``` bash
57- npm install
57+ ut install
5858npm start
5959```
6060
@@ -104,7 +104,7 @@ Then open `http://localhost:8000`.
104104## Development
105105
106106``` bash
107- npm install
107+ ut install
108108npm start
109109npm test
110110npm run tsc
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default () => (
5454运行本地 dumi 站点:
5555
5656``` bash
57- npm install
57+ ut install
5858npm start
5959```
6060
@@ -104,7 +104,7 @@ npm start
104104## 本地开发
105105
106106``` bash
107- npm install
107+ ut install
108108npm start
109109npm test
110110npm 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