https://github.com/qabin/kb-vue-components
前端组件库
https://github.com/qabin/kb-vue-components
Last synced: about 2 months ago
JSON representation
前端组件库
- Host: GitHub
- URL: https://github.com/qabin/kb-vue-components
- Owner: qabin
- Created: 2019-10-17T10:50:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:14:30.000Z (about 2 years ago)
- Last Synced: 2025-03-27T04:12:32.672Z (2 months ago)
- Language: JavaScript
- Size: 4.13 MB
- Stars: 24
- Watchers: 3
- Forks: 32
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kb-vue-components
## 项目介绍
> 该项目致力于收录常用的VUE前端组件,并给大家展示相应的使用示例。方便小伙伴们找到合适的控件,并快速上手。
## 使用教程
- [Vue前端代码高亮编辑器Ace](https://blog.csdn.net/a787373009/article/details/102665946)
- [Vue使用echarts-wordcloud生成词云](https://blog.csdn.net/a787373009/article/details/102615282)
- [Vue前端复制文本功能vue-clipboard2](https://blog.csdn.net/a787373009/article/details/102614291)
- [Vue前端文本对比DIFF](https://blog.csdn.net/a787373009/article/details/102612947)## 项目界面
下图为项目的大概介绍图片,包含部分控件的展示。
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```