nest-next:用于Next.js的Nest模块

时间:2024-04-02 07:48:00
【文件属性】:

文件名称:nest-next:用于Next.js的Nest模块

文件大小:103KB

文件格式:ZIP

更新时间:2024-04-02 07:48:00

react nodejs api universal ssr

用于Next.js的Nest模块 将与服务器一起使用。 为什么? 允许您在单个存储库中同时管理前端和后端。 并且您维护一个域example.com而不是两个: example.com和api.example.com 。 安装 yarn add @nest-module/next next react react-dom # Following typings are also needed yarn add @types/react @types/node --dev 用法 在src/app.module.ts : import { join } from 'path' import { NextModule } from '@nest-module/next' @ Module ( { imports : [ NextModule . register ( {


【文件预览】:
nest-next-master
----.gitignore(18B)
----package.json(806B)
----src()
--------next.type.ts(139B)
--------next.constants.ts(107B)
--------index.ts(29B)
--------next.module.ts(2KB)
----LICENSE(1KB)
----tsconfig.json(6KB)
----README.md(2KB)
----circle.yml(637B)
----.prettierrc(42B)
----yarn.lock(253KB)
----index.d.ts(159B)

网友评论