-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
enhancementNew feature or requestNew feature or request
Description
One of the new features of nuxi cli, is the ability to scaffold templates for common components such as pages, plugins, etc.
Thanks to the nice initiative from @Baroshem (via nuxt/framework#3841) we have the functionality to try with nuxi add 💚 (docs: https://v3.nuxtjs.org/docs/usage/cli/#add)
This issue is to track the roadmap of this feature.
Feature roadmap:
-
nuxi add(#3841) - entity management shortcuts (
nuxi pages add <name>) (#3903) - CLI API service (pending devtools project)
- Template util from unjs (@pi0)
- External template support (ideas welcome)
Templates:
- component
- composable
- layout
- middlware
- page
- plugin
- api
- app
- error
- config
- nuxtignore
- tsconfig
- serverMiddleware
- tests/
Feedbacks are more than welcome!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request