文件名称:custom-website-series:使用Payload CMS和NextJS构建的完全自定义网站
文件大小:376KB
文件格式:ZIP
更新时间:2024-04-09 21:28:41
TypeScript
有效负载自定义网站系列
在本系列中,我们将向您展示如何从头开始构建专业设计的自定义网站。
安装
这是有关如何使用此存储库的分步指南:
使用git clone --depth=1 https://github.com/payloadcms/nextjs-custom-server.git
【文件预览】:
custom-website-series-master
----server()
--------index.ts(1KB)
----collections()
--------Page.ts(1002B)
--------Study.ts(945B)
--------FormSubmission.ts(589B)
--------Media.ts(799B)
--------Category.ts(299B)
----tsconfig.server.json(165B)
----dev.js(234B)
----next.config.js(136B)
----package.json(1KB)
----payload.config.ts(494B)
----utilities()
--------formatSlug.ts(535B)
----readme.md(974B)
----fields()
--------meta.ts(404B)
--------slug.ts(299B)
----.DS_Store(6KB)
----.env.example(227B)
----.eslintrc.js(986B)
----pages()
--------_error.tsx(519B)
--------_app.tsx(399B)
--------_document.js(1KB)
--------index.tsx(296B)
--------404.tsx(150B)
--------[...slug].tsx(1KB)
----tsconfig.json(533B)
----next-env.d.ts(75B)
----.gitignore(47B)
----components()
--------RichText()
--------Head()
--------RenderBlocks()
--------NotFound()
----declarations()
--------css.d.ts(94B)
----public()
--------images()
--------favicon.svg(437B)
--------.DS_Store(6KB)
----yarn.lock(585KB)
----.editorconfig(249B)
----blocks()
--------Image()
--------index.ts(217B)
--------Content()