-
为什么要装
因为在本地跑 javascript的时候遇到了如上的错误,from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
只有在本地搭建一个server才能解决
-
安装Live Server插件
-
设置
View->Command Palette->Open User Settings
然后找到 live server->edit in settings.json
加入如下setting
{
"liveServer.settings.port&#