node-static-server-tool

基于 nodeJS 的静态资源服务器。

Usage no npm install needed!

<script type="module">
  import nodeStaticServerTool from 'https://cdn.skypack.dev/node-static-server-tool';
</script>

README

node-anywhere

基于 nodeJS 的静态资源服务器。

安装

yarn global add node-static-server-tool

使用方法

anydoor # 把当前文件夹作为静态资源服务器根目录

anydoor -p 8080 # 设置端口号 8080

anydoor -h localhost # 设置 host 为 localhost

anydoor -d /usr # 设置根目录为 /usr