Skip to content

Commit f784286

Browse files
committed
docs: move petite-vue recommendation to notes on production use
1 parent df6ab81 commit f784286

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,8 @@ Import Maps is a relatively new browser feature. Make sure to use a browser with
270270

271271
:::warning Notes on Production Use
272272
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).
273-
:::
274273

275-
:::tip Notes on Vue Usage Without a Build System
276-
While it is possible to use Vue without a build system, we consider it to be a little too much for minimalists 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.
274+
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.
277275
:::
278276

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

0 commit comments

Comments
 (0)