0.0.1 • Published 7 years ago

emojireact v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

component模板。

何时使用

开发基于dva的react组件时

npm install -S xxxx 

API

import xxxx from xxxx;

共同API

参数说明类型默认值
className类名string

开发

  1. clone 代码
git clone https://github.com/hexiao-o/component-temp.git
  1. 安装依赖和启动服务
1. 新开窗口 cd component-temp && npm install && npm run dev
2. 新开窗口 cd component-temp/example && npm install && npm run start
  1. 打开网页
open http://localhost:8000