Skip to content

Commit

Permalink
add CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Nov 16, 2017
1 parent 61d230b commit fe7a9fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe7a9fd

Please sign in to comment.