nextui dashboard
1.0.0
您可以在这里直接部署到Vercel
这是NextJ和NextUI的样本。
NextJS Nextui
您可以在此处查看演示:https://nextui-dashboard.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
├── pages # Documentation files
│ ├── _app.tsx # Entry point for the app
│ ├── index.tsx # Home page
│ ├── accounts.tsx # Accounts Page
│ ├── more... # Soon
└──
安装依赖项
npm install启动服务器
npm run dev现在,您可以在浏览器中访问https:// localhost:3000。