11 2021 档案

摘要:1.先清除缓存 npm cache clean --force 2.删除项目中的node_modules文件夹 3.安装淘宝镜像cnpm,用cnpm来安装依赖 npm install -g cnpm --registry=https://registry.npm.taobao.org 4.最后再执行 阅读全文
posted @ 2021-11-12 17:09 xiaorain124 阅读(265) 评论(0) 推荐(0)
摘要:const minJs = require('uglify-es'); pipe(htmlmin({ removeComments: true, collapseWhitespace: true, minifyCSS: true, minifyJS: function(text) { return 阅读全文
posted @ 2021-11-12 16:07 xiaorain124 阅读(162) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <title>千锋教育——做真实的自己,用心做教育</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewpo 阅读全文
posted @ 2021-11-11 18:52 xiaorain124 阅读(38) 评论(0) 推荐(0)