vuetifyjs / vuetifyjs/nuxt-module
[Question | Feature request] Full blueprint support?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 286
- Forks
- 35
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 4
Description
Currently, the Vuetify module for Nuxt offers partial support for Vuetify Blueprints, but with several limitations, as stated in the documentation. Specifically, the following options are not supported or require manual configuration:
ssr(controlled internally by the module)componentsdirectiveslocaledateiconsaliases(only supports defining aliases with strings; using a component type results in an error: "Cannot start nuxt: Unexpected token '."'*)
Since Blueprints in Vuetify are designed to simplify project setup, full support in the Nuxt module would be highly beneficial, removing the need for additional manual configuration.
Requests:
- Would it be possible to add full Blueprint support in future releases?
- Are there any technical reasons preventing full compatibility?
Having this functionality would allow developers to fully leverage Blueprints without additional setup.
Thank you for your work and for considering this request! 🚀
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reviewing the module's documented Blueprint integration and how Vuetify handles ssr, components, directives, locale, date, icons, and aliases; compare the component-type alias failure with supported string aliases. Done means the listed Blueprint options work without manual configuration, with the existing ssr behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100