local-http-server

简易本地http服务器

Usage no npm install needed!

<script type="module">
  import localHttpServer from 'https://cdn.skypack.dev/local-http-server';
</script>

README

http-server

简易本地服务器,可访问本地json或其他文件

使用

# 全局安装安装
npm install local-http -g

# cd 到需要访问的路径下面
cd dist

# http-server 端口号
http-server 8082