摘要: 阅读全文
posted @ 2020-02-18 18:28 dekevin 阅读(145) 评论(0) 推荐(0) 编辑
摘要: is-url-external 1.0.3 • Public • Published 3 years ago Readme ExploreBETA 0Dependencies 8Dependents 4Versions Is URL External? A simple function that 阅读全文
posted @ 2020-02-18 17:10 dekevin 阅读(837) 评论(0) 推荐(0) 编辑
摘要: vue-countTo是一个无依赖,轻量级的vue组件,可以自行覆盖easingFn。 你可以设置 startVal 和 endVal,它会自动判断计数或倒计时。支持vue-ssr。vue-countTo参考于countUp.js; 安装使用: npm install vue-count-to 例子 阅读全文
posted @ 2020-02-18 11:26 dekevin 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: vue可视化图表 基于Echarts封装好的v-charts 近期公司又一个新的需求,要做一个订单和销售额统计的项目,需要用到可视化图表来更直观的展示数据。首先我想到的是Echarts,众所周知Echarts是一个应用很广的可视化图表库,用来展示统计数据更合适不过,但是偶然间发现了一个更为方便的图表 阅读全文
posted @ 2020-02-18 11:17 dekevin 阅读(933) 评论(0) 推荐(0) 编辑
摘要: 1、安装三个依赖包 npm install -S file-saver npm install -S xlsx npm install -D script-loader 2、在项目中创建一个文件夹(比如vendor,一般是在src目录下创建) 把Blob.js和 Export2Excel.js这两个 阅读全文
posted @ 2020-02-18 11:08 dekevin 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 项目中原本使用的富文本编辑器是 wangEditor,这是一个很轻量、简洁编辑器 但是公司的业务升级,想要一个功能更全面的编辑器,我找了好久,目前常见的编辑器有这些: UEditor:百度前端的开源项目,功能强大,基于 jQuery,但已经没有再维护,而且限定了后端代码,修改起来比较费劲 boots 阅读全文
posted @ 2020-02-18 10:55 dekevin 阅读(5179) 评论(1) 推荐(0) 编辑
摘要: 安装 npm install --save screenfull 在需要的页面引用 import screenfull from 'screenfull' 全屏使用 <template> <span @click='clickFullscreen'>全屏</span> </template> <sc 阅读全文
posted @ 2020-02-18 09:22 dekevin 阅读(2865) 评论(0) 推荐(0) 编辑