# polymer-ui **Repository Path**: linxile/polymer-ui ## Basic Information - **Project Name**: polymer-ui - **Description**: 基于Vue3、TypeScript、Element Plus - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2026-07-23 - **Last Updated**: 2026-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 建议使用node版本16.15.0 注意:需使用 nodejs 长期维护版本,如:[16.x],能保证项目的稳定运行。 node16以上,安装pnpm,ts版本,打包要符合ts的编译。 ```bash # 克隆项目 git clone https://github.com/linxile/polymer-ui.git # 进入项目 cd polymer-ui # 安装依赖 pnpm install # 运行项目 npm run dev # 打包发布 npm run build ```