Skip to content

Commit 72c75f9

Browse files
committed
chore(readme): update
1 parent 82c93b7 commit 72c75f9

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

README.md

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -27,69 +27,29 @@ npx nuxi init -t github:nuxt-ui-pro/docs
2727
Make sure to install the dependencies:
2828

2929
```bash
30-
# npm
31-
npm install
32-
33-
# pnpm
3430
pnpm install
35-
36-
# yarn
37-
yarn install
38-
39-
# bun
40-
bun install
4131
```
4232

4333
## Development Server
4434

4535
Start the development server on `http://localhost:3000`:
4636

4737
```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
38+
pnpm dev
5939
```
6040

6141
## Production
6242

6343
Build the application for production:
6444

6545
```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
46+
pnpm build
7747
```
7848

7949
Locally preview production build:
8050

8151
```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
52+
pnpm preview
9353
```
9454

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

0 commit comments

Comments
 (0)