Skip to content

Commit

Permalink
docs: add vue 3 ssr starter (nuxt#3647)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
danielroe and pi0 authored Mar 14, 2022
1 parent 98de06f commit 870f7c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

11 changes: 11 additions & 0 deletions docs/content/4.community/2.reporting-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 870f7c6

Please sign in to comment.