加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
vqqIM_admin 提交于 2022-05-24 16:29 . Update package.json
{
"name": "nest-docs",
"version": "1.0.0",
"description": "> Nest是构建高效,可扩展的 Node.js Web 应用程序的框架。 它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和FRP(函数响应式编程)的元素。Nest 基于 Express,可以方便地使用各种可用的第三方插件。",
"main": "index.js",
"scripts": {
"start": "docsify start ./ --config ssr.config.js",
},
"repository": {
"type": "git",
"url": "git+https://github.com/nestcn/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nestcn/docs/issues"
},
"homepage": "https://github.com/nestcn/docs#readme",
"files": [
"./"
],
"docsify": {
"template": "./ssr.html",
"config": {
"basePath": "https://docs.nestjs.cn/",
"loadSidebar": true,
"loadNavbar": true,
"coverpage": true,
"name": "nest.js 中文文档"
}
},
"devDependencies": {
"docsify-cli": "4.4.4",
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化