diff --git a/README.CN.md b/README.CN.md index f331ec376..b55962ad6 100644 --- a/README.CN.md +++ b/README.CN.md @@ -15,6 +15,7 @@ - Scoped CSS, 让你的 CSS 选择器更加简单 - 每个组件都有 update 方法,当然你也可以继续 setState - Store system, 内置的,不需要依赖任何库 +- 创建网站无需任何配置的脚手架工具 omi-cli (相当于 create-react-app 多页面版本) - 想要的一切都有:Server side render, ES6+, JSX, VDOM, React DevTools, HMR ... - Native 支持,目前接入和正在接入的项目有: **腾讯课堂** **QQ群** **兴趣部落** **QQ空间玩吧** diff --git a/README.md b/README.md index 8bae36283..3e5a11568 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Omi has prosperous ecology and strong features through the second-hand preact de - Each component has a update method, you can continue to use setState - Store system, data and logic of components management for omi without other frameworks dependencies - Server side render, Native Suppport, ES6+, JSX, VDOM, React DevTools, HMR ... +- Create website with no build configuration if you use omi-cli, the same as multi-page support of create-react-app ---