0.0.1 • Published 8 years ago
gamereact v0.0.1
component模板。
何时使用
开发基于dva的react组件时
npm install -S xxxx API
import xxxx from xxxx;共同API
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| className | 类名 | string | 无 |
开发
- clone 代码
git clone https://github.com/hexiao-o/component-temp.git- 安装依赖和启动服务
1. 新开窗口 cd component-temp && npm install && npm run dev
2. 新开窗口 cd component-temp/example && npm install && npm run start- 打开网页
open http://localhost:80000.0.1
8 years ago