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

https://github.com/imweb/generator-stone-component

命令行自动创建 Stone UI 的 component 基础架构
https://github.com/imweb/generator-stone-component

Last synced: 27 days ago
JSON representation

命令行自动创建 Stone UI 的 component 基础架构

Awesome Lists containing this project

README

          

# generator-stone-component

[yeoman](http://yeoman.io/) generator 插件,IMWeb [Stone UI](https://github.com/imweb/generator-stone-component.git) 创建组件的脚手架

## 安装

```bash
npm install -g yo
npm install -g generator-stone-component
```

## 创建组件

```bash
yo stone-component
```