Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wk-react-loading

wangkaiby20ISC1.0.6

react loading component

readme

Install

1:安装依赖
npm install

2:启动开发环境
npm start

3:启动测试(待完善)
npm run test

4:打包/发包(未来拆分命令)
npm run build

Usage

1: 安装组件包
npm i XXX (包名)

2: 引入组件
import 组件名 from 包名

3: jsx中使用组件
<组件名/>