文件名称:blog:Next.jsで作るブログ
文件大小:214KB
文件格式:ZIP
更新时间:2024-04-09 18:21:00
TypeScript
NextJS打字稿样板 引导开发人员友好的NextJS应用程序,该应用程序配置为: 用 用格式 默认情况下使用进行提交挂钩的类型检查,类型检查和格式化 用和 Testing 自己部署 使用部署示例: 如何使用 使用create-next-app 使用或执行以引导示例: npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app # or yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app 手动下载 下载示例: curl https://codeload.github.com/vercel/next.js/tar.gz/canary | t
【文件预览】:
blog-master
----.babelrc(40B)
----codegen.yml(212B)
----renovate.json(160B)
----.graphqlconfig(367B)
----package.json(2KB)
----.eslintrc.json(1KB)
----test()
--------testUtils.ts(570B)
--------pages()
--------__mocks__()
----.prettierrc(43B)
----.prettierignore(54B)
----schema.graphql(46KB)
----jest.config.js(621B)
----.env(102B)
----src()
--------utils.ts(379B)
--------pages()
--------graphql()
--------components()
--------styles()
--------theme.ts(249B)
----.idea()
--------codeStyles()
--------misc.xml(174B)
--------vcs.xml(180B)
--------modules.xml(260B)
--------blog.iml(458B)
--------prettier.xml(233B)
--------compiler.xml(253B)
--------.gitignore(98B)
--------inspectionProfiles()
--------graphql-settings.xml(197B)
----tsconfig.json(571B)
----next-env.d.ts(75B)
----.gitignore(180B)
----public()
--------vercel.svg(1KB)
--------favicon.ico(15KB)
----README.md(2KB)
----yarn.lock(473KB)
----.eslintignore(38B)