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 ในเบราว์เซอร์ของคุณ