nextui dashboard template
1.0.0
여기에서 Vercel에 직접 배포 할 수 있습니다
V1 버전 스티치 https://v1-nextui-dashboard-template.vercel.app/ v1 코드 : https://github.com/siumauricio/nextui-dashboard-template/tree/v1
이것은 Nextjs와 Nextui의 템플릿입니다.
Nextjs nextui
https://nextui-dashboard-template.vercel.app/이 템플릿을 향상 시키려면 여기에서 데모를 볼 수 있습니다.이 템플릿을 개선하려면 풀 요청을 만들거나 여기에서 문제를 엽니 다.


├── components
│ ├── accounts # Accounts components
│ ├── charts # Charts components
│ ├── breadcrumb # component
| ├── home # Home components
| ├── layout # Layout components
| ├── navbar # Navbar components
| ├── sidebar # Sidebar components
| ├── table # Table components
| ├── styles # Some reusable components
| ├── icons # Icons
| ├── hooks # Hooks
├── app # Documentation files
│ ├── accounts # Accounts route
| ├── page.tsx # Accounts page
│ ├── page.tsx # Entry point for the app
│ ├── layout.tsx # Layout applied to all application pages
│ ├── providers.tsx # Theme provider
│ ├── more... # Soon
└──
종속성을 설치하십시오
npm install서버를 시작하십시오
npm run dev이제 브라우저에서 https : // localhost : 3000을 방문 할 수 있습니다.