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
- Host: GitHub
- URL: https://github.com/wobsoriano/vite-plugin-ssr-vue-query
- Owner: wobsoriano
- Created: 2021-08-15T19:32:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T18:14:54.000Z (over 2 years ago)
- Last Synced: 2024-10-02T08:52:31.521Z (about 1 year ago)
- Language: TypeScript
- Homepage: vite-plugin-ssr-vue-query.vercel.app
- Size: 257 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```