vue-cli脚手架对js全加密 2018年10月26日 yio 5 Comments 前端开发 新建一个配置文件 JsEncodePlugin.js // 1、js-encode-plugin.js 文件( […] Continue reading
vue-meta-info 2018年4月3日 yio Leave a comment 前端开发 1. npm: npm install vue-meta-info –save 2.全局引入 vue-met […] Continue reading
express svg-captcha 生成验证码 2018年2月10日 yio 2 Comments 前端开发 这个就比较简单了,需要注意的地方,验证被机器识无法全面阻止的,感觉业务重要性,找到一个适合的平衡就可以了,这里 […] Continue reading
multer 文件上传七牛版 2018年2月8日2018年5月2日 yio Leave a comment 前端开发 需要的模块 express, multer, qn, beytes 本地版参考 https://yio.me/ […] Continue reading
multer 文件上传本地版 2018年2月8日2018年2月8日 yio Leave a comment 前端开发 代码里有注释,直接上代码 如需要上传到七牛 https://yio.me/qdkf/728.html 可以参看 […] Continue reading
vuejs使用lib-flexible适配利用px2remLoader进行单位换算 2017年12月18日2018年4月2日 yio 1 Comment 前端开发 还在为rem vm px转换在那里傻傻的写,奉上自用终极方案! lib-flexible 1.安装lib-fl […] Continue reading
Node.js +Vue.js + express 最小白安装的方法 2017年11月8日 yio Leave a comment 前端开发 网上没有比较小白的教程,正好从新搭建了一下环境就记录一下吧 环境 Ubuntu x64 一、安装 Node.j […] Continue reading
懒人写样式之修改多选框样式 2017年8月24日 yio Leave a comment 前端开发 input[type=checkbox],input[type=radio]{ -webkit-appeara […] Continue reading
如何阻止submit事件 2017年7月14日 yio Leave a comment 前端开发 标题写的有点误差,简单描述下,还是用代码说话吧; <!DOCTYPE html> & […] Continue reading