nextui dashboard template
1.0.0
您可以在這裡直接部署到Vercel
V1版本縫線https://v1-nextui-dashboard-template.vercel.app/ V1代碼:https://github.com/siumauricio/nextui-dashboard-template/tree/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。