# mini-cross-framework-component **Repository Path**: kagol/mini-cross-framework-component ## Basic Information - **Project Name**: mini-cross-framework-component - **Description**: 基于Renderless设计架构的mini跨框架组件库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-25 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mini-cross-framework-component 安装依赖: ```shell pnpm i ``` 启动 Vue 项目: ```shell pnpm -F vue dev ``` 启动 React 项目: ```shell pnpm -F react dev ``` 启动 Solid 项目: ```shell pnpm -F solid dev ```