# c-front-common **Repository Path**: hello_lisongsong/c-front-common ## Basic Information - **Project Name**: c-front-common - **Description**: 艾迪康前端公共组件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c-front-common 具体项目本地开发(发布还是和之前那样就行): 1、不使用远程的common包 2、npm link引入本地common项目 3、导入 import cFrontCommon from 'c-front-common' Object.keys(cFrontCommon).forEach(key => { Vue.component(key, cFrontCommon[key]); }); ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). jly:2023-01-13 10:59