with typescript styled components:基于打字稿和样式化组件的模板 源码
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 使用将其部署到云()。 笔记 这是两个现有示例的合并:
文件列表
with-typescript-styled-components-main.zip
(预估有个21文件)
with-typescript-styled-components-main
pages
index.tsx
101B
_document.tsx
794B
_app.tsx
409B
.github
workflows
pull-request.yml
1KB
commitlint.config.js
67B
yarn.lock
205KB
暂无评论