1.0.2 • Published 10 months ago

@easyany/server v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@easyany/server

HTTP File Server

  • Support List Folder Files and Navigation Fle
  • Support File Content View, Auto Render HTML/Image File.
  • Support API Request for JSON File

HTTP Server

Use the plugin node-http-server for local directory compilation access, automatically find HTML files

easyany server

  • serve current dir
easyany server
  • serve specify port and directory
easyany server -p 8888 -d dist

Kill Server

easyany kill 8888