Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions examples/vue/nuxt3/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Nuxt 3 Minimal Starter

We recommend to look at the [documentation](https://v3.nuxtjs.org).
We recommend looking at the [documentation](https://nuxt.com/docs/3.x/getting-started/introduction).

## Setup

Make sure to install the dependencies

```bash
yarn install
pnpm install
```

## Development

Start the development server on http://localhost:3000

```bash
yarn dev
pnpm dev
```

## Production

Build the application for production:

```bash
yarn build
pnpm build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
Check out the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment).
Loading