# vue2-components **Repository Path**: kingsmart/vue2-components ## Basic Information - **Project Name**: vue2-components - **Description**: vue2常用组件库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://agile-contrib.github.io/vue2-components/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue2组件库
## Issues 使用的时候遇到任何问题或有好的建议,请点击进入[issue](https://github.com/agile-contrib/vue2-components/issues),欢迎参与维护! ## How to use? 首先需要在项目中安装组件包: ```bash npm install --save @agile-contrib/vue2-components ``` 然后,在需要的地方引入需要的组件(或指令等): ```js // 具体的引入路径在组件中会一一说明 import XXX from '@agile-contrib/vue2-components/libs/XXX'; ``` 然后进行注册,接着就可以在你的项目中进行使用了(具体的你可以[点击此处](https://agile-contrib.github.io/vue2-components/)查看文档)。 开源协议 --------------------------------------- [MIT](https://github.com/agile-contrib/vue2-components/blob/master/LICENSE) Copyright (c) 2021 [hai2007](https://hai2007.gitee.io/sweethome/) 走一步,再走一步。