.
├── README.md
├── component (npm包)
│ ├── Alert
│ ├── Dialog
│ ├── FullModal
│ ├── Modal
│ ├── Popup
│ ├── Skeleton
│ └── Toast
├── package-lock.json
├── package.json
├── public (手机模拟器的页面)
│ ├── dist (打包生成静态页面)
│ ├── index.html
│ ├── index.js
│ ├── package-lock.json
│ ├── package.json
│ ├── src (调用组件, 示例页面)
│ └── webpack.config.js
├── src (UI库页面)
│ ├── App.css
│ ├── App.jsx
│ ├── components
│ ├── config (配置每个页面的markdown文件)
│ ├── global
│ ├── index.js
│ ├── package-lock.json
│ ├── package.json
│ ├── serviceWorker.js
│ └── webpack.config.js
└── yarn.lock