• 2020-01-09
vscode如何开启本地服务

vscode开启本地服务的方法是:1、首先安装【Debugger for Chrome】插件;2、然后打开终端运行【npm install -g live-server】命令;3、最后在命令行输入【l......

11