An open API service indexing awesome lists of open source software.

https://github.com/qabin/kb-vue-components

前端组件库
https://github.com/qabin/kb-vue-components

Last synced: about 2 months ago
JSON representation

前端组件库

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)

## 项目界面
下图为项目的大概介绍图片,包含部分控件的展示。
![项目概要介绍](https://img-blog.csdnimg.cn/20191021175103586.gif)

## 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
```