Nuxt 3 setup with Typescript, Pinia-ORM and Axios plugin. #1719
mariusgnicula
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Fairly new to writing here, but I was wondering if anyone managed to get a setup going with Nuxt 3 and Pinia ORM Axios. I read how to do the configuration but I am unsure on where I should do that, since with Nuxt, all I had to do was add this to my defineNuxtConfig:
modules: ['@pinia/nuxt', '@pinia-orm/nuxt'],
I am unsure where I need to register the Axios plugin. Any pointers? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions