egg-whistle:在鸡蛋中吹口哨

时间:2024-06-03 02:49:56
【文件属性】:

文件名称:egg-whistle:在鸡蛋中吹口哨

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-03 02:49:56

JavaScript

蛋哨 在蛋上涂口哨。 什么是哨声 Whistle是基于Node.js的出色Web调试工具。 参见 安装 $ npm install egg-whistle --save 或者 $ yarn add egg-whistle --save 用法 // config/plugin.js exports . whistle = { enable : true , env : [ 'local' , 'test' ] , package : 'egg-whistle' , } ; 启动egg应用程序并访问http://{your app host}:{your app port}/__whistle__ 例如。 $ npx egg-bin dev 吹口哨 $ open http://127.0.0.1:7001/__whistle__ 应用程序启动后,egg中的http请求


【文件预览】:
egg-whistle-master
----.gitignore(62B)
----README.md(3KB)
----appveyor.yml(249B)
----test()
--------fixtures()
--------index.test.js(5KB)
----History.md(1KB)
----agent.js(2KB)
----LICENSE(1KB)
----app()
--------middleware()
--------extend()
----.eslintrc(112B)
----app.js(505B)
----package.json(1KB)
----config()
--------config.default.js(359B)
----index.d.ts(375B)
----.eslintignore(9B)
----.travis.yml(200B)
----lib()
--------whistle.js(814B)
--------constant.js(83B)

网友评论