From 870f7c69f5b5abb9d78d32b67e49377f3edd3116 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 14 Mar 2022 13:39:13 +0000 Subject: [PATCH] docs: add vue 3 ssr starter (#3647) * docs: add vue 3 ssr starter * Update docs/content/4.community/2.reporting-bugs.md * Update 2.reporting-bugs.md Co-authored-by: pooya parsa --- .github/ISSUE_TEMPLATE/bug-report-nuxt3.yml | 4 ++-- docs/content/4.community/2.reporting-bugs.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml b/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml index 14a6ce8d22..2567afb562 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml @@ -8,7 +8,8 @@ body: Please carefully read the contribution docs before creating a bug report 👉 https://v3.nuxtjs.org/community/reporting-bugs - Please use the code sandbox template below to create a minimal reproduction + Please use a template below to create a minimal reproduction + 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz 👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox - type: textarea id: bug-env @@ -46,4 +47,3 @@ body: description: | Optional if provided reproduction. Please try not to insert an image but copy paste the log text. render: shell - diff --git a/docs/content/4.community/2.reporting-bugs.md b/docs/content/4.community/2.reporting-bugs.md index 7e63c68da5..c2e4401513 100644 --- a/docs/content/4.community/2.reporting-bugs.md +++ b/docs/content/4.community/2.reporting-bugs.md @@ -18,6 +18,10 @@ It's important to be able to reproduce the bug reliably - in a minimal way and a Start with the Nuxt 3 or Nuxt Bridge sandbox and add the **minimum** amount of code necessary to reproduce the bug you're experiencing. +::alert +If your issue concerns Vue 3 or Vite, please try to reproduce it first with the Vue 3 SSR starter. +:: + **Nuxt 3**: :button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank} @@ -27,6 +31,13 @@ Start with the Nuxt 3 or Nuxt Bridge sandbox and add the **minimum** amount of c :button-link[Nuxt Bridge on CodeSandBox]{href="https://codesandbox.io/s/github/nuxt/starter/tree/v2-bridge-codesandbox" blank} +**Vue 3**: + +:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank} + +:button-link[Vue 3 SSR Template]{href="https://github.com/nuxt-contrib/vue3-ssr-starter/generate" blank} + + Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). The time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue. ## Figure out what the cause might be