An open API service indexing awesome lists of open source software.

https://github.com/xieyezi/xieyezi-cli

a vue and React cli
https://github.com/xieyezi/xieyezi-cli

cli react react-cli template vue vue-cli

Last synced: about 1 month ago
JSON representation

a vue and React cli

Awesome Lists containing this project

README

        

### 特性
- [x] 快速生成项目模板
- [x] 支持react+ts 项目
- [x] 支持Vue 2.x 项目
- [x] 错误提示 ❎
- [x] 命令联想☁️
- [x] eslint
- [x] prettier
- [x] 生成git提交模版

### 安装

```js
yarn global add xieyezi-cli || npm isntall -g xieyezi-cli
```

### Option

```
Usage: xieyezi-cli [options]

Options:
-V, --version output the version number
-h, --help output usage information

Commands:
create Create a project with template from xieyezi react template
```