diff --git a/react-ui/README.md b/react-ui/README.md index f158ccfd3b9a56984cf7b646a8a0dfec36b422dd..0f2d452d71669bb548117e91364bd6247ff4c1f2 100644 --- a/react-ui/README.md +++ b/react-ui/README.md @@ -25,7 +25,9 @@ Scripts provided in `package.json`. It's safe to modify or add additional script ### Start project 正常启动请运行 -npm start:dev +```shell +npm run start:dev +``` Mock测试模式请运行 npm start