由   kuai  撰写于    浏览:562  评论:0
template折行 "vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormatterOptions": { "js-beautify-html"[...]

由   kuai  撰写于    浏览:542  评论:0
vue.config.jsmodule.exports = { devServer: { proxy: { "/api": { target: "http://demo.ekuai.tech/", [...]

由   kuai  撰写于    浏览:513  评论:0
localhost不能跨域使用127.0.0.1

由   kuai  撰写于    浏览:620  评论:0
vue.config.jsmodule.exports={ chainWebpack: config => { // 修复HMR config.resolve.symlinks(true); }, }

由   kuai  撰写于    浏览:591  评论:0
b站现在用了很多奇怪的cdn镜像,将这些镜像切换成原生cdn即可注:云帆cdn抓不到https://github.com/kuainx/bili-cdnif (/^https:\/\/[a-z.-\d]*bilivideo.com/i.test(url)) { let node = url.match(/(?<=^https:\/\/[...]