文件名称:mad_scientist:用于启动项目的基本 hapi-lab-gulp 设置
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-08 07:44:26
JavaScript
疯狂的科学家 用于启动项目的基本 hapi-lab-gulp 设置。 安装: 要么克隆这个目录,然后简单地 安装 npm install gulp lab -g 或者,如果您想自己做,也可以: npm init -- > test : "./node_modules/lab/bin/lab -c -v" // (optional as we run tests with gulp) -c 为我们提供覆盖范围,-v 为我们提供详细的输出。 如果您不想要全局变量泄漏警告,请添加 -l 标志。 如果 npm test 不能像这样工作,请尝试将 package.json 中的测试行更改为以下内容: npm init -- > test : "lab -c -v" // (again, optional as we run tests with gulp) npm install
【文件预览】:
mad_scientist-master
----.gitignore(26B)
----README.md(4KB)
----test()
--------__server.js(4KB)
----api()
--------server.js(319B)
----app.js(126B)
----package.json(388B)
----gulpfile.js(303B)