Skip to content

Commit c121b4b

Browse files
committed
chore(readme): update
1 parent a88a95d commit c121b4b

File tree

1 file changed

+15
-51
lines changed

1 file changed

+15
-51
lines changed

‎README.md

Lines changed: 15 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
# Nuxt Dashboard Template with Nuxt UI Pro
1+
# Nuxt Dashboard Template
22

3-
Get started with the Nuxt 3 dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by the [Nuxt UI Pro](https://ui.nuxt.com/getting-started/installation/pro/nuxt) UI Library.
3+
[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com/pro)
4+
[![Deploy to NuxtHub](https://img.shields.io/badge/Deploy%20to-NuxtHub-00DC82?logo=nuxt&labelColor=020420)](https://hub.nuxt.com/new?repo=nuxt-ui-pro/dashboard)
45

5-
[Live Demo](https://dashboard-template.nuxt.dev)
6+
Get started with this Nuxt dashboard template featuring multiple pages, a collapsible sidebar, keyboard shortcuts, light & dark mode, command palette, and comprehensive data management capabilities. Built with TypeScript and powered by [Nuxt UI Pro](https://ui.nuxt.com/pro), this template provides everything you need for creating professional admin interfaces and data visualization dashboards.
67

7-
<a href="https://dashboard-template.nuxt.dev" target="_blank">
8+
- [Live demo](https://dashboard-template.nuxt.dev/)
9+
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/nuxt)
10+
11+
<a href="https://dashboard-template.nuxt.dev/" target="_blank">
812
<picture>
9-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/57f6d964-a76c-4662-96b2-17622fb18d40">
10-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/c4c87f77-d10a-4731-9b7c-0cd0ff4821d7">
11-
<img alt="Vue Dashboard with Nuxt UI Pro" src="https://github.com/user-attachments/assets/c4c87f77-d10a-4731-9b7c-0cd0ff4821d7">
13+
<source media="(prefers-color-scheme: dark)" srcset="https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=dark">
14+
<source media="(prefers-color-scheme: light)" srcset="https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg?theme=light">
15+
<img alt="Nuxt Dashboard Template" src="https://assets.hub.nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2Rhc2hib2FyZC10ZW1wbGF0ZS5udXh0LmRldiIsImlhdCI6MTczOTQ2MzU2N30._VElt4uvLjvAMdnTLytCInOajMElzWDKbmvOaMZhZUI.jpg">
1216
</picture>
1317
</a>
1418

1519
## Vue Dashboard Template
1620

17-
The dashboard template for Vue is on https://github.com/nuxt-ui-pro/dashboard-vue
21+
The dashboard template for Vue is on https://github.com/nuxt-ui-pro/dashboard-vue.
1822

1923
## Quick Start
2024

@@ -27,69 +31,29 @@ npx nuxi@latest init -t github:nuxt-ui-pro/dashboard
2731
Make sure to install the dependencies:
2832

2933
```bash
30-
# npm
31-
npm install
32-
33-
# pnpm
3434
pnpm install
35-
36-
# yarn
37-
yarn install
38-
39-
# bun
40-
bun install
4135
```
4236

4337
## Development Server
4438

4539
Start the development server on `http://localhost:3000`:
4640

4741
```bash
48-
# npm
49-
npm run dev
50-
51-
# pnpm
52-
pnpm run dev
53-
54-
# yarn
55-
yarn dev
56-
57-
# bun
58-
bun run dev
42+
pnpm dev
5943
```
6044

6145
## Production
6246

6347
Build the application for production:
6448

6549
```bash
66-
# npm
67-
npm run build
68-
69-
# pnpm
70-
pnpm run build
71-
72-
# yarn
73-
yarn build
74-
75-
# bun
76-
bun run build
50+
pnpm build
7751
```
7852

7953
Locally preview production build:
8054

8155
```bash
82-
# npm
83-
npm run preview
84-
85-
# pnpm
86-
pnpm run preview
87-
88-
# yarn
89-
yarn preview
90-
91-
# bun
92-
bun run preview
56+
pnpm preview
9357
```
9458

9559
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

0 commit comments

Comments
 (0)