diff --git a/README.md b/README.md index e9f4d6eb4..04c2d952b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ ![QQ Community QR](./assets/cube-qq-QR.jpg) +### New cube-ui project ? + +Recommend use the [CLI tools](https://github.com/cube-ui/cube-template) base on [vue-cli](https://github.com/vuejs/vue-cli) to init the config and base code: + +```shell +$ vue init cube-ui/cube-template projectname +``` + ### Install ```shell diff --git a/README_zh-CN.md b/README_zh-CN.md index a14e39baf..795259397 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -10,6 +10,14 @@ ![示例二维码](./assets/example-qr.png) +### 新项目? + +推荐使用基于 [vue-cli](https://github.com/vuejs/vue-cli) 的 [CLI 工具](https://github.com/cube-ui/cube-template) 来初始化配置和代码: + +```shell +$ vue init cube-ui/cube-template projectname +``` + ### 安装 ```shell