# w-plus **Repository Path**: up_cloud/w-plus ## Basic Information - **Project Name**: w-plus - **Description**: Vue3 + Typescript + pnpm + rollup/gulp 工程化搭建组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2024-07-16 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # w-plus - build 负责打包的文件夹 gulp 编译ts, 打包样式, 打包单文件组件 - dist 就是最终生成的打包结果 - packages 放着组件的代码 monorepo - play 用来测试组件 - typings 类型声明 - .npmrc 需要增加此文件安装依赖才会正常 - tsconfig ts的配置 ## packages > components存放所有组件的 最终通过index.ts 导出所有的组件 > theme-chalk做样式的 BEM (后续控制样式) > utils主要存放着多个模块之间的公共方法 ## dist目录打包结果 - es/lib两种规范 - theme-chalk - 最终发布的模块就是dist模块