Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 基础组件
- Host: GitHub
- URL: https://github.com/shuyunff2e/cloud-react
- Owner: ShuyunFF2E
- Created: 2019-06-04T03:02:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:21:45.000Z (10 months ago)
- Last Synced: 2024-04-14T12:16:47.249Z (10 months 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
```