File tree Expand file tree Collapse file tree 1 file changed +5
-61
lines changed Expand file tree Collapse file tree 1 file changed +5
-61
lines changed Original file line number Diff line number Diff line change 1
- # Nuxt 3 Minimal Starter
1
+ # How to run this app
2
2
3
- Look at the [ Nuxt 3 documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more.
4
-
5
- ## Setup
6
-
7
- Make sure to install the dependencies:
3
+ Install the dependencies:
8
4
9
5
``` bash
10
- # npm
11
6
npm install
12
-
13
- # pnpm
14
- pnpm install
15
-
16
- # yarn
17
- yarn install
18
-
19
- # bun
20
- bun install
21
7
```
22
8
23
- ## Development Server
24
-
25
- Start the development server on ` http://localhost:3000 ` :
9
+ Start the dev server:
26
10
27
11
``` bash
28
- # npm
29
12
npm run dev
30
-
31
- # pnpm
32
- pnpm run dev
33
-
34
- # yarn
35
- yarn dev
36
-
37
- # bun
38
- bun run dev
39
13
```
40
14
41
- ## Production
42
-
43
- Build the application for production:
15
+ Start the mock API server:
44
16
45
17
``` bash
46
- # npm
47
- npm run build
48
-
49
- # pnpm
50
- pnpm run build
51
-
52
- # yarn
53
- yarn build
54
-
55
- # bun
56
- bun run build
57
- ```
58
-
59
- Locally preview production build:
60
-
61
- ``` bash
62
- # npm
63
- npm run preview
64
-
65
- # pnpm
66
- pnpm run preview
67
-
68
- # yarn
69
- yarn preview
70
-
71
- # bun
72
- bun run preview
18
+ npm run mock-api
73
19
```
74
-
75
- 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