File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export default () => (
5858Run the local dumi site:
5959
6060``` bash
61- npm install
61+ ut install
6262npm start
6363```
6464
@@ -107,7 +107,7 @@ Then open `http://localhost:8000`.
107107## Development
108108
109109``` bash
110- npm install
110+ ut install
111111npm start
112112npm test
113113npm run tsc
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export default () => (
5858运行本地 dumi 站点:
5959
6060``` bash
61- npm install
61+ ut install
6262npm start
6363```
6464
@@ -107,7 +107,7 @@ npm start
107107## 本地开发
108108
109109``` bash
110- npm install
110+ ut install
111111npm start
112112npm test
113113npm 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