Skip to content

Commit 8f0ccef

Browse files
committed
feat(docs): update stackblitz links; add stackblitz to Playground page
1 parent b796359 commit 8f0ccef

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

docs/src/components/HeaderMenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ div
107107
q-icon(:name="fabJsfiddle")
108108
q-item-section jsFiddle
109109

110-
q-item(clickable, href="https://stackblitz.com/fork/quasarframework", target="_blank", rel="noopener")
110+
q-item(clickable, href="https://stackblitz.quasar.dev", target="_blank", rel="noopener")
111111
q-item-section.text-light-blue-14(avatar)
112112
q-icon(:name="fasBolt")
113113
q-item-section StackBlitz (Vite)
114114

115-
q-item(clickable, href="https://stackblitz.com/fork/quasarframework-webpack", target="_blank", rel="noopener")
115+
q-item(clickable, href="https://stackblitz-webpack.quasar.dev", target="_blank", rel="noopener")
116116
q-item-section.text-light-blue-14(avatar)
117117
q-icon(:name="fasBolt")
118118
q-item-section StackBlitz (Webpack)

docs/src/pages/start/playground.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ You can fork and use these links for reporting issues on GitHub too. These links
1212

1313
Make sure to read [about it](/start/umd) before diving in. When you use jsFiddle/Codepen you can skip the Installation section.
1414

15-
#### Codesandbox Template
15+
### Quasar CLI
1616

17-
For more intricate Quasar code examples, like when using boot files, Vuex, etc, fork our Codesandbox:
17+
For more intricate Quasar code examples, like when using all the features of Quasar CLI, boot files, Pinia, etc, then:
18+
#### Stackblitz
1819

19-
| Supplier | URL |
20+
| Type | URL |
2021
| --- | --- |
21-
| Codesandbox | [https://codesandbox.quasar.dev](https://codesandbox.quasar.dev) |
22+
| Vite | [https://stackblitz.quasar.dev](https://stackblitz.quasar.dev) |
23+
| Webpack | [https://stackblitz-webpack.quasar.dev](https://stackblitz-webpack.quasar.dev) |
24+
25+
#### Codesandbox Template
26+
27+
Fork: [https://codesandbox.quasar.dev](https://codesandbox.quasar.dev)

docs/src/pages/start/quasar-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Quasar CLI is the pride of Quasar Framework. You can seamlessly build:
1919
You can try Quasar CLI online directly in the browser, without installing anything!
2020
You will also be able to use the command line, so it will be almost identical to creating a project locally.
2121

22-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/quasarframework)
22+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.quasar.dev)
2323

2424
## TL;DR
2525

0 commit comments

Comments
 (0)