nextui dashboard
1.0.0
Вы можете развернуть здесь непосредственно в Vercel
Это образец для NextJS и 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 в вашем браузере.