Skip to content

Commit 0d4edfd

Browse files
update petite-vue size (#1454)
1 parent ba5586e commit 0d4edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SFC is a defining feature of Vue as a framework, and is the recommended approach
7575
- Static Site Generation (SSG)
7676
- Any non-trivial frontends where a build step can be justified for better development experience (DX).
7777

78-
That said, we do realize there are scenarios where SFCs can feel like overkill. This is why Vue can still be used via plain JavaScript without a build step. If you are just looking for enhancing largely static HTML with light interactions, you can also check out [petite-vue](https://github.com/vuejs/petite-vue), a 5kb subset of Vue optimized for progressive enhancement.
78+
That said, we do realize there are scenarios where SFCs can feel like overkill. This is why Vue can still be used via plain JavaScript without a build step. If you are just looking for enhancing largely static HTML with light interactions, you can also check out [petite-vue](https://github.com/vuejs/petite-vue), a 6kb subset of Vue optimized for progressive enhancement.
7979

8080
## What About Separation of Concerns?
8181

0 commit comments

Comments
 (0)