pook1574
Repository Pattern implementation attempt
I did, It was a great video. I used a lot of the logic in this video, along with a couple of articles like - https://medium.com/@luizzappa/nuxt-3-repository-pattern-organising-and-managing-your-calls-to-apis-with-typescript-acd563a4e046
7 replies
Repository Pattern implementation attempt
I read a few articles and watched some videos... and used the heck out chat GPT and this is what I came up with for a repository pattern base class, a class that endpoint specific classes can inherit ... like-this
7 replies
nuxt/storybook does not work
How is that configurable in a Nuxt project? this is the only documentation I found on shamefully-hoist , but its not clear to me how to apply it https://nuxt.com/docs/api/nuxt-config#hoist. @danielroe , would I make a .npmrc file and set
shamefully-hoist=true
? If so, I did that and the same issue came up in console.3 replies