web-serve-static
v0.1.8
Published
web静态服务命令
Downloads
26
Readme
web 静态服务命令
全局安装依赖
npx web-serve-static
全局安装依赖
npm install web-serve-static -g
1. 直接运行
web-serve-static
1. 开发模式
web-serve-static --dev
web-serve-static -d
2. 修改静态目录
web-serve-static ./static
3. 监听文件添加、删除,自动重启
web-serve-static ./static -w
web-serve-static ./static --watch
4. 修改端口号
web-serve-static./static -p 8972
web-serve-static./static --port 8972
5. 查看其他配置
web-serve-static -h d Content-Type=json,test=2
web-serve-static --headers Content-Type=json,test=2
5. 查看其他配置
web-serve-static --help