npm小工具集合

114 阅读1分钟

http-server

  • 安装:npm install http-server -g
  • 运行:http-server -p 8001