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 function App() {
4848Run the local dumi site:
4949
5050``` bash
51- npm install
51+ ut install
5252npm start
5353```
5454
@@ -89,7 +89,7 @@ Then open `http://localhost:8000`.
8989## Development
9090
9191``` bash
92- npm install
92+ ut install
9393npm start
9494```
9595
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default function App() {
4848运行本地 dumi 站点:
4949
5050``` bash
51- npm install
51+ ut install
5252npm start
5353```
5454
@@ -89,7 +89,7 @@ npm start
8989## 本地开发
9090
9191``` bash
92- npm install
92+ ut install
9393npm start
9494```
9595
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