diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md index 6b3ece7fcc..1e4c881e3e 100644 --- a/src/guide/quick-start.md +++ b/src/guide/quick-start.md @@ -366,7 +366,7 @@ Import Maps is a relatively new browser feature. Make sure to use a browser with :::warning Notes on Production Use 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). -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. +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. ::: ### Splitting Up the Modules {#splitting-up-the-modules}