Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3239638

Browse files
committed
fix: setup with-nuxtjs example
1 parent b3f1e12 commit 3239638

File tree

4 files changed

+10
-13671
lines changed

4 files changed

+10
-13671
lines changed

examples/with-nuxtjs/README.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,11 @@
1-
# Nuxt 3 Minimal Starter
1+
# [**`trpc-openapi`**](../../README.md) (with-nuxtjs)
22

3-
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
3+
### Getting started
44

5-
## Setup
6-
7-
Make sure to install the dependencies:
5+
Make sure your current working directory is at `/trpc-openapi` root.
86

97
```bash
10-
# yarn
11-
yarn install
12-
13-
# npm
148
npm install
15-
16-
# pnpm
17-
pnpm install
18-
```
19-
20-
## Development Server
21-
22-
Start the development server on `http://localhost:3000`
23-
24-
```bash
25-
npm run dev
26-
```
27-
28-
## Production
29-
30-
Build the application for production:
31-
32-
```bash
339
npm run build
10+
npm run dev -w with-nuxtjs
3411
```
35-
36-
Locally preview production build:
37-
38-
```bash
39-
npm run preview
40-
```
41-
42-
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

0 commit comments

Comments
 (0)