文件名称:开发者
文件大小:69KB
文件格式:ZIP
更新时间:2024-03-06 06:12:16
TypeScript
TypeScript和样式化组件Next.js示例 这是一个非常简单的项目,展示了Next.js与TypeScript和样式化组件的用法。 自己部署 使用部署示例: 如何使用它? 使用或执行以引导示例: npx create-next-app --example with-typescript-styled-components with-typescript-styled-components-app # or yarn create next-app --example with-typescript-styled-components with-typescript-styled-components-app 使用将其部署到云()。 笔记 这是两个现有示例的合并:
【文件预览】:
devponder-master
----prismic-configuration.js(586B)
----pages()
--------index.tsx(1KB)
--------_document.tsx(767B)
--------404.tsx(69B)
--------_app.tsx(722B)
----utils()
--------lockBodyScroll.ts(308B)
----yarn.lock(111KB)
----next-env.d.ts(75B)
----styles()
--------globalStyles.ts(695B)
--------theme.ts(1KB)
--------common.ts(961B)
--------constants.ts(256B)
----.babelrc(87B)
----components()
--------Link()
--------Anchor()
--------About()
--------Button()
--------Providers.tsx(664B)
--------Hero()
--------Navbar()
----custom.d.ts(75B)
----tsconfig.json(657B)
----README.md(1KB)
----.gitignore(386B)
----package.json(900B)