nuxt-structure-with-modules icon indicating copy to clipboard operation
nuxt-structure-with-modules copied to clipboard

Nuxt 3 help

Open mitraecp opened this issue 2 years ago • 3 comments

Great tutorial, and maybe the only one on the web. I'm studying DDD and looking for how to apply it with Nuxt 3. I still have many doubts, but here's one of them...

  • if I want to use global things, for example a validator.js, to check fields in a form, and reuse it in several modules, in which folder would I put it?

mitraecp avatar Jul 21 '22 19:07 mitraecp

I am interested too by the response 🙂

I always use a structure similiar to this one.

image

rodolfo-santos avatar Aug 02 '22 22:08 rodolfo-santos

Thanks everyone! I will try to update the branch soon.

It's currently still on Nuxt 3 RC3 and quite a bit changed: https://github.com/areindl/nuxt-structure-with-modules/tree/nuxt3

areindl avatar Aug 09 '22 12:08 areindl

Hi all! The branch is now updated to Nuxt 3.3.3 and it is working. I will do a PR and update the repo.

https://github.com/areindl/nuxt-structure-with-modules/pull/6

areindl avatar Apr 03 '23 19:04 areindl