You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,19 @@ This [Fastify](https://fastify.dev) plugin lets you:
14
14
15
15
This repository is also the home of `@fastify/vue` and `@fastify/react`.
16
16
17
-
Those are _renderer packages_*for*`@fastify/vite` and provide basic Nuxt and Next.js-like (respectively) functionality for the latest versions of Vue and React.
17
+
Those are _renderer packages_*for*`@fastify/vite` and provide basic Nuxt and Next.js-like functionality, respectively.
18
18
19
19
See the [full documentation suite](https://fastify-vite.dev) to learn more.
20
20
21
-
Official examples can be found in [`examples/`](https://github.com/fastify/fastify-vite/tree/dev/examples).
22
-
21
+
Official examples (low-level integration) can be found in [`examples/`](https://github.com/fastify/fastify-vite/tree/main/examples).
23
22
23
+
Official starters (DX-focused) using `@fastify/vue` and `@fastify/react` can be found in [`starters/`](https://github.com/fastify/fastify-vite/tree/main/starters).
24
24
25
25
## Team
26
26
27
27
- Jonas Galvez [@galvez](https://github.com/galvez)
28
28
- Wei Wang [@onlywei](https://github.com/onlywei)
29
29
- Andreas Johansson [@zanmato](https://github.com/zanmato)
0 commit comments