File tree 3 files changed +9420
-9000
lines changed
3 files changed +9420
-9000
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn mor
7
7
Make sure to install the dependencies:
8
8
9
9
``` bash
10
- # yarn
11
- yarn install
12
-
13
- # npm
14
- npm install
15
-
16
10
# pnpm
17
11
pnpm install --shamefully-hoist
18
12
```
@@ -22,21 +16,21 @@ pnpm install --shamefully-hoist
22
16
Start the development server on http://localhost:3000
23
17
24
18
``` bash
25
- npm run dev
19
+ pnpm run dev
26
20
```
27
21
28
22
## Production
29
23
30
24
Build the application for production:
31
25
32
26
``` bash
33
- npm run build
27
+ pnpm run build
34
28
```
35
29
36
30
Locally preview production build:
37
31
38
32
``` bash
39
- npm run preview
33
+ pnpm run preview
40
34
```
41
35
42
36
Checkout the [ deployment documentation] ( https://v3.nuxtjs.org/docs/deployment ) for more information.
You can’t perform that action at this time.
0 commit comments