Skip to content

Commit 549b330

Browse files
docs: update verbiage on recommendation on petite-vue (#3273)
* Update ways-of-using-vue.md Change language of petite-vue to reflect its current status * docs: update verbiage --------- Co-authored-by: Ben Hong <[email protected]>
1 parent 6ca6619 commit 549b330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/ways-of-using-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We believe there is no "one size fits all" story for the web. This is why Vue is
66

77
Vue can be used as a standalone script file - no build step required! If you have a backend framework already rendering most of the HTML, or your frontend logic isn't complex enough to justify a build step, this is the easiest way to integrate Vue into your stack. You can think of Vue as a more declarative replacement of jQuery in such cases.
88

9-
Vue also provides an alternative distribution called [petite-vue](https://github.com/vuejs/petite-vue) that is specifically optimized for progressively enhancing existing HTML. It has a smaller feature set, but is extremely lightweight and uses an implementation that is more efficient in no-build-step scenarios.
9+
We previously provided an alternative distribution called [petite-vue](https://github.com/vuejs/petite-vue) that was specifically optimized for progressively enhancing existing HTML. However, petite-vue is no longer actively maintained, with the last version published at Vue 3.2.27.
1010

1111
## Embedded Web Components {#embedded-web-components}
1212

0 commit comments

Comments
 (0)