diff --git a/README.CN.md b/README.CN.md index c0028071b..4e40d42ea 100644 --- a/README.CN.md +++ b/README.CN.md @@ -338,6 +338,7 @@ $ npm run build # release |TypeScript Template(omi-cli v3.0.5+)|`omi init-ts my-app`|使用 TypeScript 的模板| |[SPA Template](https://tencent.github.io/omi/packages/omi-router/examples/spa/build/)(omi-cli v3.0.10+)|`omi init-spa my-app`|使用 omi-router 单页应用的模板| |omi-mp Template(omi-cli v3.0.13+)|`omi init-mp my-app` |小程序开发 Web 的模板| +|MVVM Template(omi-cli v3.0.22+)|`omi init-mvvm my-app` |MVVM 模板| Cli 自动创建的项目脚手架是基于单页的 create-react-app 改造成多页的,有配置方面的问题可以查看 [create-react-app 用户指南](https://facebook.github.io/create-react-app/docs/getting-started)。 diff --git a/README.md b/README.md index 0c1a76182..36dc3eefe 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ In mac os: |TypeScript Template(omi-cli v3.0.5+)|`omi init-ts my-app`|Basic template with typescript.| |[SPA Template](https://tencent.github.io/omi/packages/omi-router/examples/spa/build/)(omi-cli v3.0.10+)|`omi init-spa my-app`|Single page application template with omi-router.| |omi-mp Template(omi-cli v3.0.13+)|`omi init-mp my-app` |Developing web with mini program template.| +|MVVM Template(omi-cli v3.0.22+)|`omi init-mvvm my-app` |MVVM template.| CLI's auto-created project scaffolding is based on a single-page create-react-app to be converted into a multi-page one, with configuration issues to see [create-react-app user guide](https://facebook.github.io/create-react-app/docs/getting-started)