1.全局安装server
npm install -g server
2.全局安装 http-server
npm install http-server -g
3.执行http-server命令
如果想更改端口号:
执行命令:http-server -a 0.0.0.0 -p 8000