02 2022 档案
摘要:module.exports = { presets: [ "@vue/cli-plugin-babel/preset", // ["es2015", { modules: false }]], // 这句是官方给的 ["@babel/preset-env", { modules: false }]
阅读全文
摘要:nvm 安装npm 失败 提示 Rollback failed. remove D:\soft\nvm\temp\npm-v6.9.0.zip: The process cannot access the file because it is being used by another proces
阅读全文
摘要:引入js: <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> 直接获取IP和城市名: ip = returnCitySN['cip'] cityName= returnCitySN['cname']
阅读全文
摘要:vue.config.js: module.exports = { devServer:{ runtimeCompiler: true, // 如果遇到 Invalid options in vue.config.js: "compiler" is not allowed 报错则写这行,否则可不写
阅读全文
摘要:设置 -》 搜索 validate → 勾选 typescript validate:enable
阅读全文
摘要:server { #SSL 访问端口号为 443 listen 443 ssl; #填写绑定证书的域名 server_name xxx.xxx.com; #证书文件名称 ssl_certificate ssl/1_xxx.xxx.com_bundle.crt; #私钥文件名称 ssl_certifi
阅读全文
浙公网安备 33010602011771号