lsarptools
v0.0.15
Published
## Getting Started
Downloads
9
Readme
lsarptools
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 声明