Get started with the Vite + Vue 3 dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by the Nuxt UI Pro UI Library (Vue mode).
The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard
npx giget@latest gh:nuxt-ui-pro/dashboard-vue my-vue-dashboard
Once the directory is created, you can install the dependencies and start the development server using the npm run dev
command.
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