# xdc-components **Repository Path**: veryxu_admin/xdc-components ## Basic Information - **Project Name**: xdc-components - **Description**: 业务组件抽离;发布到npm私服 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-06 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 打包 // npm run build // cd dist // npm init 设置版本,名称... // 包名: xdc-components // 版本: 1.0.2 // 描述: xdc-components // 主入口: xdc-components.es.js // 测试入口: index.test.js // 模块化: commonjs // npm publish # 发布到npm私服 // npm publish --registry http://127.0.0.1:4873/