07 2017 档案

摘要:1.发布后把config/index.js 的productionSourceMap: true,改成productionSourceMap: false webpack成功隐藏 阅读全文
posted @ 2017-07-12 18:08 ˉ八月 阅读(244) 评论(0) 推荐(0)
摘要:1.文件->首选项->设置 2.搜索cssrem-> 点击设置:"cssrem.rootFontSize": 16, 4.emmet 阅读全文
posted @ 2017-07-06 18:51 ˉ八月 阅读(310) 评论(0) 推荐(0)
摘要:1.将时间戳转换成时间 var formatDate = function(d) { var now = new Date(d); var year = now.getFullYear(); var month = now.getMonth() + 1; var date = now.getDate 阅读全文
posted @ 2017-07-06 17:08 ˉ八月 阅读(3592) 评论(1) 推荐(0)