07 2020 档案
摘要:index.wxss /** * 数据源来自于rap2 mock数据,调用url: http://rap2.taobao.org:38080/app/mock/262524/get/article/list */Page({ data: { list:...
阅读全文
摘要:一、vue-meta 安装 npm install --save vue-meta 二、在 main.js 使用依赖 /* * Copyright © 2019-2020 LiuDanYang. All rights Reserved. */import Vu...
阅读全文
摘要:问题描述 npm run build 编译log出现 Browserslist: caniuse-lite is outdated. Please run next command `npm update` npm update 之后无法解决 解决方法 npx...
阅读全文
摘要:一、安装 jsdoc npm install --save-dev jsdoc 二、配置 jsdoc.json { "source": { "include": [ "src/" ], "exclude": [ "src/router" ] }...
阅读全文
摘要:一、Git 换行符配置 git config --global core.autocrlf input git config --global core.safecrlf true 二、autocrlf saftcrlf 1)autocrlf参数说明 // 提...
阅读全文
摘要:一、安装 launch-editor-middleware npm install -d launch-editor-middleware 二、vue.config.js 配置 launch-editor-middleware 配置 devServer...
阅读全文
摘要:一、命令行安装 compression-webpack-plugin npm i -D compression-webpack-plugin 二、在 vue.config.js 里面配置 compression-webpack-plugin,如果没有vue.c...
阅读全文
摘要:一、在 nginx/conf/nginx.conf 中配置 # 开启和关闭gzip模式gzip on;# gizp压缩起点,文件大于1k才进行压缩gzip_min_length 1k;# 设置压缩所需要的缓冲区大小,以4k为单位,如果文件为7k则申请2*4k...
阅读全文
摘要:一、如图:可以看出富文本图片已经溢出屏幕 二、解决方法:使用 ::v-deep{} 深度处理图片 三、最后效果
阅读全文
浙公网安备 33010602011771号