File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default ({ keys }: { keys: string[] }) => (
6565Run the local dumi site:
6666
6767``` bash
68- npm install
68+ ut install
6969npm start
7070```
7171
@@ -125,7 +125,7 @@ Then open `http://localhost:8000`.
125125## Development
126126
127127``` bash
128- npm install
128+ ut install
129129npm start
130130npm test
131131npm run tsc
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default ({ keys }: { keys: string[] }) => (
6565运行本地 dumi 站点:
6666
6767``` bash
68- npm install
68+ ut install
6969npm start
7070```
7171
@@ -125,7 +125,7 @@ npm start
125125## 本地开发
126126
127127``` bash
128- npm install
128+ ut install
129129npm start
130130npm test
131131npm 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