文件名称:nextjs-tailwindcss-typescript-starter:NextJS、TailwindCSS 和 Typescript 入门模板
文件大小:67KB
文件格式:ZIP
更新时间:2024-06-18 19:18:35
typescript nextjs tailwindcss nextjs-starter nextjs-typescript
Next.js TailwindCSS 打字稿入门 这是 10.0、 2.0 和 4.0 入门模板 有关更多详细信息,请参阅我的博客文章。 如何使用这个模板 以下是使用此模板创建新项目的几种方法。 使用create-next-app 使用从模板创建一个新的 next.js 应用 npx create-next-app --example "https://github.com/vuongddang/nextjs-tailwindcss-typescript-starter/tree/master" # or yarn create next-app --example "https://github.com/vuongddang/nextjs-tailwindcss-typescript-starter/tree/master" 从 github 创建新存储库 您可以通过单击右上角的
【文件预览】:
nextjs-tailwindcss-typescript-starter-master
----.gitignore(362B)
----package.json(523B)
----package-lock.json(228KB)
----src()
--------styles()
--------pages()
----postcss.config.js(88B)
----public()
--------favicon.ico(15KB)
----tsconfig.json(533B)
----README.md(2KB)
----next-env.d.ts(75B)
----tailwind.config.js(172B)