feat: add Nuxt UI stack support (#35)

- Add nuxt-ui.csv with 50 guidelines covering installation, components,
    forms, theming, dashboard, tables, navigation, and more
  - Register nuxt-ui in STACK_CONFIG (core.py)
  - Update README.md to reflect 9 tech stacks
This commit is contained in:
Ray Tien
2026-01-04 10:44:19 +07:00
committed by GitHub
parent 93a4b06136
commit 8912e4ce0b
7 changed files with 158 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ STACK_CONFIG = {
"react": {"file": "stacks/react.csv"},
"nextjs": {"file": "stacks/nextjs.csv"},
"vue": {"file": "stacks/vue.csv"},
"nuxt-ui": {"file": "stacks/nuxt-ui.csv"},
"svelte": {"file": "stacks/svelte.csv"},
"swiftui": {"file": "stacks/swiftui.csv"},
"react-native": {"file": "stacks/react-native.csv"},