Mirror site is read only www.netnr.com
netnr 2022-01-16 10:42:45 👁347 💬0

http-server

ref: https://github.com/http-party/http-server

npm install --global http-server # 安装

http-server # 静态目录运行

serve

ref: https://github.com/vercel/serve

npm install --global serve # 安装

serve # 静态目录运行

ref: https://stackoverflow.com/questions/16333790


链接