首先安装http server
npm install http-server -g
找到你的文件夹,在当前文件夹下打开命令行,输入http-server,默认启动8080端口
http-server
如果想切换端口 启动:
http-server -p 8001