File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Online preview: https://upload.react-component.vercel.app/
5656Run the local dumi site:
5757
5858``` bash
59- npm install
59+ ut install
6060npm start
6161```
6262
@@ -105,7 +105,7 @@ Then open `http://localhost:8000`.
105105## Development
106106
107107``` bash
108- npm install
108+ ut install
109109npm start
110110npm test
111111npm run tsc
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export default () => (
5656运行本地 dumi 站点:
5757
5858``` bash
59- npm install
59+ ut install
6060npm start
6161```
6262
@@ -105,7 +105,7 @@ npm start
105105## 本地开发
106106
107107``` bash
108- npm install
108+ ut install
109109npm start
110110npm test
111111npm 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