Skip to content

Commit 8855d2a

Browse files
authored
chore: remove book ad as it's been added to Fastify's own website
Signed-off-by: Jonas Galvez <[email protected]>
1 parent 90d0e73 commit 8855d2a

File tree

1 file changed

+12
-28
lines changed

1 file changed

+12
-28
lines changed

README.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
<table>
2-
<tr valign=top>
3-
4-
<td width=500>
51
<br>
62

73
<img src="https://github.com/fastify/fastify-vite/assets/12291/7f711a83-91df-41d5-abf9-ae4f38ed24d3" style="width: 250px">
84

95
# **`@fastify/vite`**
106

11-
This [Fastify](https://fastify.dev) plugin allows you to run Vite's development server as middleware, **expose** your [Vite](https://vitejs.dev) application to your Fastify application, with configuration hooks to **ease router integration** and **other customizations**, and also automatically serve Vite builds, inferred from a Vite configuration file.
7+
This [Fastify](https://fastify.dev) plugin lets you:
8+
9+
- run Vite's development server as middleware in your Fastify server
10+
- in development mode only, naturally
11+
- **expose** your [Vite](https://vitejs.dev) application to your Fastify application
12+
- with configuration hooks to **ease router integration** and **other customizations**
13+
- automatically serve your Vite production bundle, inferred from a Vite configuration file.
14+
15+
This repository is also the home of `@fastify/vue` and `@fastify/react`, which are _renderer packages_ *for* `@fastify/vite` and provide basic Nuxt and Next.js-like (respectively) functionality for the latest versions of Vue and React.
1216

1317
See the [full documentation suite](https://fastify-vite.dev) to learn more.
1418

15-
Official examples can be found in [`examples/`](https://github.com/fastify/fastify-vite/tree/dev/examples). Community examples are kept in [`contrib/`](https://github.com/fastify/fastify-vite/tree/dev/contrib) and [could use your help](https://github.com/fastify/fastify-vite/edit/dev/contrib/README.md)!
19+
Official examples can be found in [`examples/`](https://github.com/fastify/fastify-vite/tree/dev/examples).
20+
21+
1622

1723
## Team
1824

@@ -30,25 +36,3 @@ Official examples can be found in [`examples/`](https://github.com/fastify/fasti
3036
## License
3137

3238
MIT
33-
34-
<br>
35-
<br>
36-
<br>
37-
38-
</td>
39-
40-
<td valign=top width=330>
41-
42-
<br>
43-
<br>
44-
45-
[**Happy Little Monoliths** is out!](https://hire.jonasgalvez.com.br/happy-little-monoliths)
46-
47-
<a href="https://hire.jonasgalvez.com.br/happy-little-monoliths">
48-
<img width="250" alt="Screenshot 2024-09-22 at 23 54 20" src="https://github.com/user-attachments/assets/f12e72f7-a429-433e-a3fc-0b90b15f4a5d">
49-
</a>
50-
51-
</td>
52-
53-
</tr>
54-
</table>

0 commit comments

Comments
 (0)