File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Online preview: https://segmented.react-component.vercel.app/
5353Run the local dumi site:
5454
5555``` bash
56- npm install
56+ ut install
5757npm start
5858```
5959
@@ -96,7 +96,7 @@ Additional valid `div` props are passed to the root element.
9696## Development
9797
9898``` bash
99- npm install
99+ ut install
100100npm start
101101npm test
102102npm run tsc
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default () => (
5252运行本地 dumi 站点:
5353
5454``` bash
55- npm install
55+ ut install
5656npm start
5757```
5858
@@ -95,7 +95,7 @@ npm start
9595## 本地开发
9696
9797``` bash
98- npm install
98+ ut install
9999npm start
100100npm test
101101npm 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