# 组件工厂-网页组件脚手架 **Repository Path**: pjhan/web-component-base ## Basic Information - **Project Name**: 组件工厂-网页组件脚手架 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-24 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目设置 ```sh pnpm install ``` ### 开发环境下的编译和热重载 ```sh pnpm start ``` ### 生产环境下的类型检测与构建 ```sh pnpm build ```