2023.211.0 • Published 2 years ago

node-debug-san-fa-sanli v2023.211.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
2 years ago

Node Debug 三法三例

下载

Docker

docker pull apachecn0/node-debug-san-fa-sanli
docker run -tid -p <port>:80 apachecn0/node-debug-san-fa-sanli
# 访问 http://localhost:{port} 查看文档

PYPI

pip install node-debug-san-fa-sanli
node-debug-san-fa-sanli <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g node-debug-san-fa-sanli
node-debug-san-fa-sanli <port>
# 访问 http://localhost:{port} 查看文档
2023.211.0

2 years ago