components.json 397 B

12345678910111213141516
  1. {
  2. "$schema": "https://shadcn-vue.com/schema.json",
  3. "style": "default",
  4. "typescript": true,
  5. "tailwind": {
  6. "config": "tailwind.config.js",
  7. "css": "src/assets/css/globals.css",
  8. "baseColor": "slate",
  9. "cssVariables": true
  10. },
  11. "framework": "vite",
  12. "aliases": {
  13. "components": "@/component",
  14. "utils": "@/package/lib/utils"
  15. }
  16. }