Get started with the Vite + Vue dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by Nuxt UI.
The dashboard template for Nuxt is on https://github.com/nuxt-ui-templates/dashboard.
npm create nuxt@latest -- --no-modules -t github:nuxt-ui-templates/dashboard-vue
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:5173
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview