https://github.com/shuyunff2e/cloud-react
数云平台版 PC端 react 基础组件
https://github.com/shuyunff2e/cloud-react
component react
Last synced: about 1 year ago
JSON representation
数云平台版 PC端 react 基础组件
- Host: GitHub
- URL: https://github.com/shuyunff2e/cloud-react
- Owner: ShuyunFF2E
- Created: 2019-06-04T03:02:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:21:45.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:16:47.249Z (about 2 years ago)
- Topics: component, react
- Language: JavaScript
- Homepage: https://cloud-react.shuyun.com
- Size: 5.04 MB
- Stars: 42
- Watchers: 11
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```