From 03b20fdb26eedc39c781b18f7abc0fd67ffde2b3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 2 Jun 2025 12:51:39 +0200 Subject: [PATCH] chore: prefer `nuxt` over `nuxi` --- .github/ISSUE_TEMPLATE/bug-report-v3.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/workflows/module.yml | 2 +- .../examples/input/InputCopyButtonExample.vue | 2 +- docs/content/1.getting-started/1.index.md | 2 +- .../1.getting-started/2.installation/1.nuxt.md | 2 +- .../1.getting-started/2.installation/2.vue.md | 2 +- package.json | 12 ++++++------ playground/package.json | 6 +++--- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-v3.yml b/.github/ISSUE_TEMPLATE/bug-report-v3.yml index 1e1cf964..d5081825 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-v3.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-v3.yml @@ -10,7 +10,7 @@ body: id: env attributes: label: Environment - description: You can use `npx nuxi info` to fill this section + description: You can use `npx nuxt info` to fill this section placeholder: | - Operating System: `Darwin` - Node Version: `v18.16.0` diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 62c92483..349fbe4b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,7 +10,7 @@ body: id: env attributes: label: Environment - description: You can use `npx nuxi info` to fill this section + description: You can use `npx nuxt info` to fill this section placeholder: | - Operating System: `Darwin` - Node Version: `v18.16.0` diff --git a/.github/workflows/module.yml b/.github/workflows/module.yml index fb9e35a2..05454757 100644 --- a/.github/workflows/module.yml +++ b/.github/workflows/module.yml @@ -111,7 +111,7 @@ jobs: run: pnpm install --ignore-workspace - name: Prepare - run: pnpm nuxi prepare + run: pnpm nuxt prepare - name: Typecheck run: pnpm run typecheck diff --git a/docs/app/components/content/examples/input/InputCopyButtonExample.vue b/docs/app/components/content/examples/input/InputCopyButtonExample.vue index 38420a2e..aa788d1c 100644 --- a/docs/app/components/content/examples/input/InputCopyButtonExample.vue +++ b/docs/app/components/content/examples/input/InputCopyButtonExample.vue @@ -1,5 +1,5 @@