local-node-server
v1.0.10
Published
node本地服务器,可快速在本地搭建服务器预览本地资源
Downloads
7
Maintainers
Readme
介绍
node本地服务器,可快速在本地搭建服务器预览本地资源
demo
安装
sudo npm i local-node-server -g
用法
在需要服务器的目录下执行server start
命令即可。如:
server start --ip 192.168.120.120 --port 8081 --dir ~
server start --ip 192.168.120.120 --port 8081 --dir ../../index.html
Options
参数 | 解释 | 默认值 -|-|- -h、--help | 查看帮助 | -- -v、--version | 查看版本 | -- -s、--scheme | 指定协议(http、https) | http -i、--ip | 指定IP地址 | Window: '127.0.0.1' ; Mac、Linux等: '0.0.0.0' -p、--port | 指定端口号 | 8080 -d、--dir | 指定资源路径 | ./
Commands
参数 | 解释 -|- start | 启动服务