Skip to content

Commit 58e17db

Browse files
authored
docs: update phrasing on petite vue recommendation
1 parent aa999b9 commit 58e17db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Import Maps is a relatively new browser feature. Make sure to use a browser with
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).
368368

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.
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.
370370
:::
371371

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

0 commit comments

Comments
 (0)