# components-manager **Repository Path**: tempminipro/components-managerment ## Basic Information - **Project Name**: components-manager - **Description**: vue3 组件管理仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-04 - **Last Updated**: 2023-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端运行 ```bash # 安装依赖 npm install # 启动服务 ``` 目录结构: cbs-seller-vue src ├─ api // 接口调用的api ├─ assets // 静态资源 ├─ components // 项目的公共组件 ├─ components_source // 组件原码用于打包到npm库用的公共组件 ├─ config // 配置文件 ├─ layout // 页面布局 ├─ mock // mock数据 ├─ plugins // 插件 ├─ router // 路由 ├─ store // 项目的业务逻辑 ├─ utils // 工具条 ├─ view // 页面目录 ├─ index.vue // 引入了npm库的组件demo ├─ componentView.vue // 组件演示页 提交代码到npm库用以下命令: 1、进入components_dist目录 2、npm publish --registry=https://infinitus-devops-npm.pkg.coding.net/web-components/infinitus-components/