# scale-ui-v1 **Repository Path**: front-end-base/scale-ui ## Basic Information - **Project Name**: scale-ui-v1 - **Description**: vue3 + ts 大屏组件库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-26 - **Last Updated**: 2023-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scale-ui #### 介绍 vue3 + ts 大屏组件库 搭建一个 #### 软件架构 ##### pnpm 通过软链 npm link 进行资源的复用 #### 打包 把组件库进行打包 gulp 控制打包流程 打包采用 rollup pnpm install gulp @types/gulp sucrase -w -D #### windows - 使用 rimraf 实现linux rm -rf ./dist 功能 - 或者使用 git bash 好像能使用rm -rf