1.0.14 • Published 21 days ago

webme v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
21 days ago

webme

Http server for debuging web pages.

  • webme always re-send the page if the page is modified.

Usage

  • local install
npm i webme
npx webme # default port = 8080, default path = .
npx webme .
npx webme path/to/webroot
npx webme --port 8080
  • global install
npm i -g webme
webme

.webmerc.json

{
  "port": 8080, // default
  "root": ".", // default, current working directory
  "mime": {
    "**/*.js": "text/javascript" // default
  },
  "404": "404.html", // default, root relative path, nullable
  "index": "index.html", // default, nullable
  "showDirectory": true // default
}
1.0.14

21 days ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago