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。