Skip to content

Commit a075351

Browse files
authored
chore(docs): Improves the pick quasar flavor page (quasarframework#7458)
* [docs] Improves the pick quasar flavor page * Some updated from review. * One last update * One last update
1 parent 26fa83e commit a075351

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

docs/src/pages/start/pick-quasar-flavour.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ desc: 'Get started with Quasar by picking one of its flavours: Quasar CLI, Vue C
88
There are three ways of using Quasar. Pick the one that suits you best:
99

1010
- [UMD/Standalone](/start/umd) (embed into an existing project through CDN, progressive integration)
11-
- [Quasar CLI](/start/quasar-cli) (**the premium developer experience for free, recommended**)
11+
- [Quasar CLI](/start/quasar-cli) (**the premium developer experience and highly recommended**)
1212
- [Vue CLI 3 plugin](/start/vue-cli-plugin)
1313

14-
<q-btn push no-caps color="primary" icon-right="launch" label="Install Quasar CLI" to="/quasar-cli/installation" class="q-mt-sm q-mb-lg" />
15-
1614
Here's a quick comparison:
1715

1816
| Feature | Quasar UMD | Quasar CLI | Vue CLI 3 Plugin |
@@ -21,22 +19,31 @@ Here's a quick comparison:
2119
| Progressive integration of Quasar | **Yes** | - | - |
2220
| Include Quasar from public CDN | **Yes** | - | - |
2321
| Build SPA, PWA | **Yes** | **Yes** | **Yes** |
24-
| Build SSR (+ optional PWA client takeover) | - | **Yes** | Yes* |
25-
| Build Mobile Apps, Electron Apps | **Yes** | **Yes** | Yes* |
26-
| Build Browser Extensions | - | **Yes** | Yes* |
22+
| Build SSR (+ optional PWA client takeover) | - | **Yes** | Yes(*) |
23+
| Build Mobile Apps via Cordova or Capacitor | **Yes** | **Yes** | Yes(*) |
24+
| Develop Mobile Apps with HMR directly on your phone. | - | **Yes** | Yes(*) |
25+
| Build Desktop Apps via Electron | - | **Yes** | Yes(*) |
26+
| Build Browser Extensions | - | **Yes** | Yes(*) |
2727
| Quasar **App Extensions** | - | **Yes** | - |
28-
| App icons & splash screens easy management through [Icon Genie](/icongenie/introduction) | - | **Yes** | - |
28+
| Easy management of App icons & splash screens via [Icon Genie CLI](/icongenie/introduction) | - | **Yes** | - |
2929
| Dynamic RTL support for Quasar components | **Yes** | **Yes** | **Yes** |
3030
| Generating your own website/app RTL equivalent CSS rules automatically by Quasar | - | **Yes** | **Yes** |
3131
| **Ensure everything "simply works" out of the box**, using latest and greatest Quasar specs. | - | **Yes** | - |
3232
| **Tight integration between build modes**, taking full advantage of all Quasar's capabilities. | - | **Yes** | - |
33-
| Develop mobile apps with HMR directly on your phone. | - | **Yes** | Yes* |
34-
| One codebase to rule SPA, PWA, SSR, Mobile Apps, Electron Apps | - | **Yes** | Yes* |
33+
| One codebase to create SPA, PWA, SSR, Mobile Apps, Electron Apps and Browser Extensions | - | **Yes** | Yes(*) |
3534
| Tree Shaking | - | **Yes** | **Yes** |
3635
| SFC (Single File Component - for Vue) support | - | **Yes** | **Yes** |
3736
| Advanced configuration through dynamic quasar.conf.js | - | **Yes** | - |
38-
| Unit & end to end testing | - | **Yes** | **Yes** |
37+
| Unit & end to end testing support | - | **Yes** | **Yes** |
38+
| TypeScript support | - | **Yes** | **Yes** |
39+
|**Best and Most Popular Choice!** | |**YES!(*)** | |
3940

40-
::: tip Footnote for above
41-
\* Cross-platform support with Vue CLI is handled by community plugins. These are not tightly integrated with Quasar as with Quasar CLI and so they may have issues. Also, Quasar CLI ensures Quasar is used at its best (including performance-wise).
41+
42+
::: tip (*)Important!
43+
Although you may get a similar multi-platform support via the Vue CLI and some Vue community built plugins, these 3rd party supported build paths aren't tightly integrated with Quasar's components. Thus, as you run into problems with these 3rd party plugins, you will have to depend on the support of each individual plugin developer. With Quasar, you have a one-stop-shop should anything go wrong. Also, the Quasar CLI ensures applications are built to the best possible standards in both performance, project size and best practices. You will find no such guarantees anywhere else!
4244
:::
45+
46+
So, let's get you going with **Quasar's CLI**! You'll be up and running with a new project in a matter of minutes.
47+
48+
<q-btn push no-caps color="primary" icon-right="launch" label="Install Quasar CLI" to="/quasar-cli/installation" class="q-mt-sm q-mb-lg" />
49+

0 commit comments

Comments
 (0)