Skip to content

Commit aa999b9

Browse files
committed
docs: recommend petite-vue for no build approaches
1 parent 14d039b commit aa999b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ Import Maps is a relatively new browser feature. Make sure to use a browser with
365365

366366
:::warning Notes on Production Use
367367
The examples so far are using the development build of Vue - if you intend to use Vue from a CDN in production, make sure to check out the [Production Deployment Guide](/guide/best-practices/production-deployment#without-build-tools).
368+
369+
While it is possible to use Vue without a build system, we consider it to be a little too much for minimalist approaches, so we recommend giving a chance to the [`vuejs/petite-vue`](https://github.com/vuejs/petite-vue) that could suit better on the context where [`jquery/jquery`](https://github.com/jquery/jquery) (in the past) or [`alpinejs/alpine`](https://github.com/alpinejs/alpine) (in the present) would be more indicated.
368370
:::
369371

370372
### Splitting Up the Modules {#splitting-up-the-modules}

0 commit comments

Comments
 (0)