https://github.com/imweb/generator-imweb-react
react 项目脚手架
https://github.com/imweb/generator-imweb-react
Last synced: 24 days ago
JSON representation
react 项目脚手架
- Host: GitHub
- URL: https://github.com/imweb/generator-imweb-react
- Owner: imweb
- Created: 2018-06-04T12:07:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T07:49:55.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T06:37:46.006Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-imweb-react [](https://www.npmjs.com/package/generator-imweb-react)
yeoman generator插件,imweb react 项目脚手架
## Install
``` bash
npm install yo
npm install generator-imweb-react
```
## Usage
```bash
# 添加新页面
yo imweb-react:page
```