- Issue created by @fago
- πΊπΈUnited States glynster
@fago, this makes total sense and the entire reason behind Nuxt layers.
How do you propose I can help here?
- Status changed to Needs work
9 days ago 3:05pm 25 April 2025 - π¦πΉAustria fago Vienna
I've created a new layer for drupal-cms and starting to test it via:
> npm create nuxt@latest -- -t layer
> How do you propose I can help here?
How is your layer coming along? Do you have some usage instructions, on how it can be installed on top of e.g. the naked or some other setup? Seeing necessary steps there would help me.I'm wondering whether we want to locally clone the layer into
~/layers/
directory and have it registered that way, or whether we want to use the extends + github:repo.. syntax. I guess for working with it + discoverability the manual clone would be a bit better. Any preferences / opinions on that?