Skip to content

Commit fa8e859

Browse files
authored
chore(readme): improvements
1 parent ffe2a15 commit fa8e859

File tree

1 file changed

+11
-43
lines changed

1 file changed

+11
-43
lines changed

README.md

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,72 +16,40 @@ Get started with the Vite + Vue 3 dashboard template with multiple pages, collap
1616

1717
The dashboard template for Nuxt is on https://github.com/nuxt-ui-pro/dashboard
1818

19+
## Quick Start
20+
21+
```bash [Terminal]
22+
npx giget@latest gh:nuxt-ui-pro/dashboard-vue my-vue-dashboard
23+
```
24+
25+
Once the directory is created, you can install the dependencies and start the development server using the `npm run dev` command.
26+
1927
## Setup
2028

2129
Make sure to install the dependencies:
2230

2331
```bash
24-
# npm
25-
npm install
26-
27-
# pnpm
2832
pnpm install
29-
30-
# yarn
31-
yarn install
32-
33-
# bun
34-
bun install
3533
```
3634

3735
## Development Server
3836

3937
Start the development server on `http://localhost:5173`:
4038

4139
```bash
42-
# npm
43-
npm run dev
44-
45-
# pnpm
46-
pnpm run dev
47-
48-
# yarn
49-
yarn dev
50-
51-
# bun
52-
bun run dev
40+
pnpm dev
5341
```
5442

5543
## Production
5644

5745
Build the application for production:
5846

5947
```bash
60-
# npm
61-
npm run build
62-
63-
# pnpm
64-
pnpm run build
65-
66-
# yarn
67-
yarn build
68-
69-
# bun
70-
bun run build
48+
pnpm build
7149
```
7250

7351
Locally preview production build:
7452

7553
```bash
76-
# npm
77-
npm run preview
78-
79-
# pnpm
80-
pnpm run preview
81-
82-
# yarn
83-
yarn preview
84-
85-
# bun
86-
bun run preview
54+
pnpm preview
8755
```

0 commit comments

Comments
 (0)