T
TanStack4y ago
like-gold

general question about setup

Im building a nuxt app and want to integrate tanstack query as my global state. i found the installation direction on the website but its seems to be for a react project. is there a different npm install for a vue.js project or do i use the same?
1 Reply
rival-black
rival-black4y ago
Hi, You can use example from this PR - https://github.com/TanStack/query/pull/4384 Or relate to the docs specific for vue-query (which will be migrated at a later point to tanstack) https://vue-query.vercel.app/#/ And example from the old repo: https://github.com/DamianOsipiuk/vue-query/blob/beta/examples/nuxt3-simple/plugins/vue-query.ts

Did you find this page helpful?