# component-lib **Repository Path**: fhs1-vue/component-lib ## Basic Information - **Project Name**: component-lib - **Description**: Vue 组件库 常用组件积攒 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2024-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 组件库 ## 开发 ### 项目设置 ``` npm install ``` ### 编译并重新加载以进行开发 ``` npm run serve ``` ### 为生产而编译和缩小 ``` npm run build:lib ``` ## 使用 组件文档: https://fhs1.gitee.io/component-lib/doc ### 组件安装 ```cmd npm install git+https://gitee.com/fhs1-vue/component-lib.git ``` ### 组件引入 ``` package.json "component-lib": "https://gitee.com/fhs1-vue/component-lib.git", main.js import componentLib from 'component-lib' Vue.use(componentLib) ```