components.json 336 B

123456789101112131415
  1. {
  2. "$schema": "https://shadcn-vue.com/schema.json",
  3. "style": "new-york",
  4. "typescript": true,
  5. "tailwind": {
  6. "config": "",
  7. "css": "src/assets/index.css",
  8. "baseColor": "slate",
  9. "cssVariables": true
  10. },
  11. "aliases": {
  12. "components": "@vben-core/shadcn-ui/components",
  13. "utils": "@vben-core/shared/utils"
  14. }
  15. }