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 в вашем браузере.