|
1 | 1 | # Vue Dashboard Template
|
2 | 2 |
|
3 |
| -[](https://ui.nuxt.com/pro) |
| 3 | +[](https://ui.nuxt.com) |
4 | 4 |
|
5 |
| -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 Pro](https://ui.nuxt.com/pro). |
| 5 | +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](https://ui.nuxt.com). |
6 | 6 |
|
7 |
| -- [Live Demo](https://vue-dashboard-template.nuxt.dev) |
8 |
| -- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/vue) |
| 7 | +- [Live Demo](https://dashboard-vue-template.nuxt.dev) |
| 8 | +- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/vue) |
9 | 9 |
|
10 |
| -<a href="https://vue-dashboard-template.nuxt.dev/" target="_blank"> |
| 10 | +<a href="https://dashboard-vue-template.nuxt.dev/" target="_blank"> |
11 | 11 | <picture>
|
12 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/c620cfcb-f244-49c0-8c9e-e95c17f014ef"> |
13 |
| - <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/dea19eb7-5219-46c2-9267-57a982b13569"> |
14 |
| - <img alt="Vue Dashboard Template" src="https://github.com/user-attachments/assets/dea19eb7-5219-46c2-9267-57a982b13569"> |
| 12 | + <source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-dark.png"> |
| 13 | + <source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png"> |
| 14 | + <img alt="Nuxt Dashboard Template" src="https://ui4.nuxt.com/assets/templates/vue/dashboard-light.png"> |
15 | 15 | </picture>
|
16 | 16 | </a>
|
17 | 17 |
|
18 | 18 | ## Nuxt Dashboard Template
|
19 | 19 |
|
20 |
| -The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard. |
| 20 | +The dashboard template for Nuxt is on https://github.com/nuxt-ui-templates/dashboard. |
21 | 21 |
|
22 | 22 | ## Quick Start
|
23 | 23 |
|
24 | 24 | ```bash [Terminal]
|
25 |
| -npx giget@latest gh:nuxt-ui-pro/dashboard-vue my-vue-dashboard |
| 25 | +npx giget@latest gh:nuxt-ui-templates/dashboard-vue my-vue-dashboard |
26 | 26 | ```
|
27 | 27 |
|
28 | 28 | Once the directory is created, you can install the dependencies and start the development server using the `npm run dev` command.
|
|
0 commit comments