项目作者: coocssweb

项目描述 :
React组件库,一些常用的React组件
高级语言: JavaScript
项目地址: git://github.com/coocssweb/cooReact.git
创建时间: 2015-08-25T10:14:02Z
项目社区:https://github.com/coocssweb/cooReact

开源协议:

关键词:
components react transition

下载


React 的一些常用组件

这里有一些React组件,重新造一些轮子。

如果,能有你的反馈,那就更棒了。

Installation

所限确保你的本地已经安装了Node.js

  1. # 安装依赖项
  2. npm install
  3. # 启动开发
  4. npm start
  5. # 构建版本
  6. npm run build

Start

访问 http://127.0.0.1:8080 可以在本地查看组件,进行开发

也许你只是想看下demo,那可以访问: https://coocssweb.github.io/react/

Changes

Coming soon