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 基础架构
- Host: GitHub
- URL: https://github.com/imweb/generator-stone-component
- Owner: imweb
- License: mit
- Created: 2018-01-23T08:10:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T03:49:00.000Z (about 8 years ago)
- Last Synced: 2025-10-04T16:29:01.942Z (8 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 26
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```