Nuxt Layer support for initialisation @nx/nuxt #28174
roder125
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In nuxt there is a feature called nuxt layer. In a nuxt layer you can create shared component and shared code logic which you can extend into your applications.
It would be nice to have a schematic like nx g @nx/nuxt:layer my-layer to create a nuxt layer in the lib folder. The offical nuxt command is npx nuxi init --template layer nuxt-layer.
Beta Was this translation helpful? Give feedback.
All reactions