在控制台中输入
npm install http-server -g
进行全局安装
进入需要共享资源的目录,比如 D:,然后在控制台中输入
D:
http-server
在控制台按下 Ctrl + C 键即可停止服务
Ctrl + C