@xigal/iweb
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

使用 npm i @xigal/iweb

代码中 js const iweb = require('@xigal/iweb');

ts import * as iweb from '@xigal/iweb';

let a = iweb.App();

启动文件 { "host":"", // 绑定地址,默认全部绑定 "port": 8088, // 端口 "ssl":{ // ssl设置 "key":"", "cert":"" }, "static":{// 静态资源映射 "/":"static" }, "handler":{// 处理目录 "":"handler" }, "upfolder":"upfiles", // 上传文件目录 "logpath":"", // 日志目录,默认为当前上层目录的logs }

Readme

Keywords

Package Sidebar

Install

npm i @xigal/iweb

Weekly Downloads

0

Version

1.0.9

License

ISC

Unpacked Size

95 kB

Total Files

13

Last publish

Collaborators

  • xigal