From 5674722b80d03ade94cc19d292ddd5bc69ea00f3 Mon Sep 17 00:00:00 2001 From: grzdev Date: Wed, 4 Mar 2026 20:50:05 +0100 Subject: [PATCH 1/2] docs(examples): fix nuxt3 README links and commands --- examples/vue/nuxt3/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/vue/nuxt3/README.md b/examples/vue/nuxt3/README.md index 10d8adde246..545224f3687 100644 --- a/examples/vue/nuxt3/README.md +++ b/examples/vue/nuxt3/README.md @@ -1,13 +1,13 @@ # Nuxt 3 Minimal Starter -We recommend to look at the [documentation](https://v3.nuxtjs.org). +We recommend to look 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 @@ -15,7 +15,7 @@ yarn install Start the development server on http://localhost:3000 ```bash -yarn dev +pnpm dev ``` ## Production @@ -23,7 +23,7 @@ yarn dev Build the application for production: ```bash -yarn build +pnpm build ``` -Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment). +Checkout the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment). From f07cda2f507177d598587670b173a805f10e7460 Mon Sep 17 00:00:00 2001 From: grzdev Date: Wed, 4 Mar 2026 21:04:48 +0100 Subject: [PATCH 2/2] docs(examples): polish nuxt3 README wording --- examples/vue/nuxt3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vue/nuxt3/README.md b/examples/vue/nuxt3/README.md index 545224f3687..737e82779fc 100644 --- a/examples/vue/nuxt3/README.md +++ b/examples/vue/nuxt3/README.md @@ -1,6 +1,6 @@ # Nuxt 3 Minimal Starter -We recommend to look at the [documentation](https://nuxt.com/docs/3.x/getting-started/introduction). +We recommend looking at the [documentation](https://nuxt.com/docs/3.x/getting-started/introduction). ## Setup @@ -26,4 +26,4 @@ Build the application for production: pnpm build ``` -Checkout the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment). +Check out the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment).