Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 520 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 520 Bytes

dumi-demo

Getting Started

Install dependencies,

$ npm i

Start the dev server,

yarn add cloud-react --save

框架依赖版本

  • react >= 16.8.6
  • react-dom >= 16.8.6
  • react-router-dom >= 5.0.0

支持浏览器

  • chrome >= 56
  • firefox >= 59

示例

// 引入样式
import 'cloud-react/cloud-react.css';

```bash
$ npm start

Build documentation,

$ npm run docs:build

Build library via father-build,

$ npm run build