0.0.3 • Published 3 years ago

rpcomponents v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

rpcomponents

Getting Started

Install dependencies,

$ yarn install

Start the dev server,

$ yarn start

Build documentation,

$ yarn docs:build

Build library via father-build,

$ yarn build

发版 (发板的 version 需要改变)

$ yarn release

目录结构

.
├── docs
│   └── index.md // 首页文档
├── locals // 本地开发测试用到的静态资源,仅 dumi 演示生效
│   ├── conerstone
│   └── dicoms
├── package.json 
├── src
│   ├── Dicom
│   │   ├── index.md // 组件文档区
│   │   └── index.tsx // 组件代码部分
│   ├── Foo
│   │   ├── index.md
│   │   └── index.tsx
│   └── index.ts
├── typings.d.ts // 全局 ts 声明
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago