Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuyunff2e/cloud-react

数云平台版 PC端 react 基础组件
https://github.com/shuyunff2e/cloud-react

component react

Last synced: 2 months ago
JSON representation

数云平台版 PC端 react 基础组件

Awesome Lists containing this project

README

        

# dumi-demo

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,
```bash
yarn add cloud-react --save
```

### 框架依赖版本
- `react` >= `16.8.6`
- `react-dom` >= `16.8.6`
- `react-router-dom` >= `5.0.0`

### 支持浏览器
- `chrome` >= `56`
- `firefox` >= `59`

### 示例
```js
// 引入样式
import 'cloud-react/cloud-react.css';

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```