vuetifyjs / vuetifyjs/nuxt-module

[Question | Feature request] Full blueprint support?

Open
#295 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: config enhancement priority: p4: low
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)
  • components
  • directives
  • locale
  • date
  • icons
  • aliases (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:

  1. Would it be possible to add full Blueprint support in future releases?
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.