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 <pyapar@gmail.com>
This commit is contained in:
Daniel Roe 2022-03-14 13:39:13 +00:00 committed by GitHub
parent 98de06fe6b
commit 870f7c69f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,8 @@ body:
Please carefully read the contribution docs before creating a bug report Please carefully read the contribution docs before creating a bug report
👉 https://v3.nuxtjs.org/community/reporting-bugs 👉 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 👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox
- type: textarea - type: textarea
id: bug-env id: bug-env
@ -46,4 +47,3 @@ body:
description: | description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text. Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell render: shell

View File

@ -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. 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**: **Nuxt 3**:
:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank} :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} :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. 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 ## Figure out what the cause might be