文件名称:node-simple-static-server:简单静态服务器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-14 09:08:59
JavaScript
#node-simple-static-server 简单静态服务器 要安装,您需要运行以下命令: $ npm install node-simple-static-server 选项 ## port默认值:9000, ## dir默认值:'./' ## log ### logs默认值:true 日志文件成功 ### loge默认值:true 日志文件错误 ## gzip默认值:false ## cache默认值:3600 ## cwd默认值:process.cwd() 用法 在模块中 // ./static-server.js var server = require ( 'node-simple-static-server' ) ; var options = { port : 9000 // ... } server . run ( options )
【文件预览】:
node-simple-static-server-master
----.travis.yml(427B)
----.eslintrc(4KB)
----LICENSE-MIT(1KB)
----package.json(1KB)
----tests()
--------index.js(272B)
--------_lib()
----Gruntfile.js(371B)
----.gitignore(185B)
----lib()
--------index.js(2KB)
----README.md(2KB)