# lib.mobile-wd **Repository Path**: GeBiLaoWan/lib.mobile-wd ## Basic Information - **Project Name**: lib.mobile-wd - **Description**: react移动端组件库wd - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wd-mobile 轻松构建属于自己内部团队的组件库,配套文档和案例生成器。 ## 目录说明 ``` |———— components 存放所有组件文件夹 | |———— button 组件文件夹 | | |———— style 样式文件夹 | | | └———— index.scss 样式文件 | | |———— Button.tsx 组件本体 | | |———— Example.tsx 组件案例(主要文档案例都在该文件完成) | | └———— Readme.md 文档文件(一般情况无需处理) | └———— index.tsx 入口文件,导出目标组件 |———— dist 打包文件夹(入口文件的全依赖) |———— docs 文档及一些项目相关的文档 | |———— assets 存放docs下markdown用到的资源文件夹 | |———— GetStarted.md 文档中的使用指南 | |———— Introduction.md 文档中的简介 | |———— Mobile.md 文档中的扫码页面(目前没放上去,需要完成 `example/mobile.tsx`的路由) | └———— Todo.md 一些未来组件的事项计划 |———— example 开发文件夹 | |———— index.html | |———— index.scss | |———— index.tsx | └———— mobile.tsx 文档中的扫码页面 |———— lib 打包文件夹(非入口文件,所有单组件的打包文件夹) |———— node_modules (项目的node依赖) |———— site 打包文件夹(文档案例) |———— styleguide 文档资源相关文件夹 | |———— components 可以配置,来取代文档系统的某部分ui | |———— images 文档中使用的图片资源 | |———— style 文档中的样式 | └———— yml.json 根文件 `index.yml` 生产,用于文档左侧菜单展示 |———— template | |———— Page 生产组件的模版 | └———— style 打包时,注入的打包依赖(不需要关系及操作它) |———— .gitignore |———— declarations.d.ts |———— digofile.js digo脚本 |———— index.js 入口文件 |———— index.yml 组件文档左侧菜单配置 |———— package.json |———— README.md 项目文档说明 |———— server.js 开发服务 |———— styleguide.config.js 文档配置 |———— tsconfig.json typescript配置 └———— webpack.config.js webpack配置 ``` ## 命令说明 |`npm run