We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509ac4 commit a6ae770Copy full SHA for a6ae770
2 files changed
README.md
@@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
48
Run the local dumi site:
49
50
```bash
51
-ut install
+npm install
52
npm start
53
```
54
@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128
## Development
129
130
131
132
133
npm test
134
npm run tsc
README.zh-CN.md
运行本地 dumi 站点:
## 本地开发
0 commit comments