https://github.com/zhuping/hdesign-component-init
https://github.com/zhuping/hdesign-component-init
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhuping/hdesign-component-init
- Owner: zhuping
- Created: 2022-08-24T09:39:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T09:40:17.000Z (over 2 years ago)
- Last Synced: 2025-01-03T12:13:34.380Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```