File tree Expand file tree Collapse file tree 1 file changed +3
-43
lines changed Expand file tree Collapse file tree 1 file changed +3
-43
lines changed Original file line number Diff line number Diff line change @@ -27,69 +27,29 @@ npx nuxi init -t github:nuxt-ui-pro/docs
27
27
Make sure to install the dependencies:
28
28
29
29
``` bash
30
- # npm
31
- npm install
32
-
33
- # pnpm
34
30
pnpm install
35
-
36
- # yarn
37
- yarn install
38
-
39
- # bun
40
- bun install
41
31
```
42
32
43
33
## Development Server
44
34
45
35
Start the development server on ` http://localhost:3000 ` :
46
36
47
37
``` 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
59
39
```
60
40
61
41
## Production
62
42
63
43
Build the application for production:
64
44
65
45
``` 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
77
47
```
78
48
79
49
Locally preview production build:
80
50
81
51
``` 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
93
53
```
94
54
95
55
Check out the [ deployment documentation] ( https://nuxt.com/docs/getting-started/deployment ) for more information.
You can’t perform that action at this time.
0 commit comments