0.0.15 • Published 4 years ago
lsarptools v0.0.15
lsarptools
Getting Started
Install dependencies,
$ yarn installStart the dev server,
$ yarn startBuild documentation,
$ yarn docs:buildBuild 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 声明