Skip to content

Commit b48716c

Browse files
docs: recommend petite-vue for no build approaches (#2558)
* docs: recommend `petite-vue` for no build approaches * docs: update phrasing on petite vue recommendation --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
1 parent 52d8c4b commit b48716c

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, an alternative approach to consider is using [`vuejs/petite-vue`](https://github.com/vuejs/petite-vue) that could better suit the context where [`jquery/jquery`](https://github.com/jquery/jquery) (in the past) or [`alpinejs/alpine`](https://github.com/alpinejs/alpine) (in the present) might be used instead.
368370
:::
369371

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

0 commit comments

Comments
 (0)