10分钟搭建一个Landing Page


10分钟搭建一个Landing Page

概要

项目信息

Tailus avatar

Free

如何快速便捷的搭建一个企业级的Landing Page

技术栈
Next.js
Tailwind CSS
Chakra UI
Vercel

项目结构

本项目结构如下:

.
├── README.md
├── app
│   ├── components
│   │   ├── Contact.tsx
│   │   ├── Features.tsx
│   │   ├── Footer.tsx
│   │   ├── Header.tsx
│   │   ├── Hero.tsx
│   │   └── Team.tsx
│   ├── favicon.ico
│   ├── globals.css
│   ├── layout.tsx
│   ├── page.tsx
│   └── providers.tsx
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── public
│   ├── logo.png
│   ├── next.svg
│   └── vercel.svg
├── tailwind.config.ts
├── tsconfig.json
└── yarn.lock
 
3 directories, 22 files

完整教程

👉 戳我

🎉 你觉得这篇文章怎样?
我在这里留下了联系方式。如果觉得这篇文章还不错,欢迎分享给朋友!
联系作者
复制链接