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

https://github.com/zhuping/hdesign-component-init


https://github.com/zhuping/hdesign-component-init

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# hdesign-component-init

Hdesign 组件初始化工具,所有 Hdesign 组件开发必须安装。

## Install

```
yarn add hdesign-component-init -g
hdesign-init -h
```

## 创建 React 类型的组件

```
hdesign-init --type=react
```

## 创建 Vue 类型的组件

```
hdesign-init --type=vue
```