-
-
Notifications
You must be signed in to change notification settings - Fork 329
feat: add nuxt-multiple-themes module #1419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||||||||
| name: nuxt-multiple-themes | ||||||||||||
| description: Multi-theme engine with CSS custom properties, TailwindCSS plugins, WCAG contrast utilities, and white-label brand contexts | ||||||||||||
| repo: pooyagolchian/vue-multiple-themes | ||||||||||||
| npm: nuxt-multiple-themes | ||||||||||||
| category: UI | ||||||||||||
| type: 3rd-party | ||||||||||||
| maintainers: | ||||||||||||
| - name: Pooya Golchian | ||||||||||||
| github: pooyagolchian | ||||||||||||
|
||||||||||||
| github: pooyagolchian | |
| github: pooyagolchian | |
| compatibility: | |
| nuxt: '>=3.0.0' | |
| requires: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The YAML file is placed in the repository root (
nuxt-multiple-themes.yml) instead of themodules/subdirectory. All module registry entries live undermodules/(e.g.modules/color-mode.yml,modules/artivue.yml). The sync tooling inlib/utils.tssetsmodulesDir = resolve(rootDir, 'modules')andlib/modules.tsreads modules exclusively from that directory, so this file will not be picked up by the sync or build scripts.