An open API service indexing awesome lists of open source software.

https://github.com/wobsoriano/vite-plugin-ssr-vue-query

vite-plugin-ssr and vue-query integration example
https://github.com/wobsoriano/vite-plugin-ssr-vue-query

Last synced: 4 months ago
JSON representation

vite-plugin-ssr and vue-query integration example

Awesome Lists containing this project

README

          

Example of using `vite-plugin-ssr` with [@tanstack/vue-query](https://tanstack.com/query/v4/docs/adapters/vue-query).

Demo: https://vite-plugin-ssr-vue-query.vercel.app/

To run it:

```bash
git clone https://github.com/wobsoriano/vite-plugin-ssr-vue-query.git
npm install
npm run dev
```