文件名称:serve-static:使用Nest框架(node.js)服务静态网站(SPA):broccoli:
文件大小:150KB
文件格式:ZIP
更新时间:2024-03-08 01:22:40
nodejs javascript node typescript node-framework
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 @nestjs/serve-static软件包,用于提供静态内容,例如单页应用程序(SPA)。 但是,如果您正在构建MVC应用程序或要提供资产文件(图像,文档),请改用useStaticAssets()方法(了解更多)。 安装 $ npm i --save @nestjs/serve-static 例子 查看完整示例。 用法 只需在您的Nest应用程序中导入ServeStaticModule 。 import { Module } from '@nestjs/common' ; import { join } from 'path' ; import { ServeStaticModule } from '@nestjs/serve-static' ; @ Module ( { imports : [ Serv
【文件预览】:
serve-static-master
----.gitignore(147B)
----package.json(2KB)
----package-lock.json(526KB)
----.commitlintrc.json(466B)
----CONTRIBUTING.md(11KB)
----LICENSE(1KB)
----index.js(167B)
----tsconfig.json(412B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------ISSUE_TEMPLATE.md(1KB)
----.release-it.json(110B)
----.eslintrc.js(708B)
----README.md(5KB)
----.eslintignore(8B)
----index.ts(138B)
----lib()
--------serve-static.providers.ts(876B)
--------interfaces()
--------serve-static.constants.ts(158B)
--------loaders()
--------utils()
--------serve-static.module.ts(2KB)
--------index.ts(350B)
----.circleci()
--------config.yml(937B)
----.npmignore(214B)
----renovate.json(157B)
----.prettierrc(52B)
----index.d.ts(24B)