08 2022 档案

摘要:本文整理了一些 vue 开发中常用 vue-cli 配置,使用的 vue-cli 版本为 3.11.0,主要内容包括: 移除 preload 与 prefetch 使用 webpack-bundle-analyzer 做打包分析 使用 terser-webpack-plugin 清除 console 阅读全文
posted @ 2022-08-31 13:52 振锋小哥 阅读(919) 评论(0) 推荐(0)
摘要:/** * 日期范围工具类 */ util.dateRangeUtil = function () { /*** * 获得当前时间 */ this.getCurrentDate = function () { return new Date(); }; /*** * 获得本周起止时间 */ this 阅读全文
posted @ 2022-08-09 17:12 振锋小哥 阅读(44) 评论(0) 推荐(0)