This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
@fastify/vue v0.1.0
This is the first beta release for Fastify DX for React, now featuring support for Fastify v4 and Vite v3.
If you've been using the alpha version, update your imports as follows:
- import FastifyVite from 'fastify-vite'
+ import FastifyVite from '@fastify/vite'
- import FastifyDXVue from 'fastify-dx-vue'
+ import FastifyVue from '@fastify/vue'
See the starter template and full documentation.