- vue2.7电脑端后台,启动更快,兼容部分vue3语法
- wangeditor,ueditor等多种富文本编辑器
- 视频播放器
- 自定义element-icon
- svg组件
- 滑动验证码
pc
vue2,elementui
有问题可以提Issue,或者发邮件:249042680@qq.com,觉得不错可以点个赞
gitee | github |
---|---|
vue2_pc | vue2_pc |
https://static-mp-2503170c-6f74-4217-ac1a-43133fb6d1b4.next.bspapp.com/vue2_pc/
https://kangleyunju.github.io/vue2_pc/
- 安装
npm install
- 启动
npm run serve
npm run dev
- 打包
npm run build
- vue-video-player默认是vue3版本,vue2需要以下版本
npm i vue-video-player@5.0.2
- 让vue-video-player可以播放直播流
npm i videojs-contrib-hls
- wangeditor4
npm i wangeditor
- wangeditor5
npm i @wangeditor/editor @wangeditor/editor-for-vue
- ueditor
npm i vue-ueditor-wrap
- 拖拽js
npm i vuedraggable
npm i sortablejs
- 页面进度条
npm i nprogress