由   kuai  撰写于    浏览:514  评论:0
js格式化 "vetur.format.defaultFormatter.js": "none", "editor.codeActionsOnSave": { "source.fixAll.eslint":true }

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

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

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

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