@g_christine/gc-kit
v1.0.0
Published
A Vue 3 component and utility library
Downloads
7
Readme
二次封装组件已经一些工具
gc-kit/
├── packages/ # 组件源代码
│ ├── components/ # 组件目录
│ │ ├── DynamicFiltering/ # 示例组件
│ │ │ ├── src/
│ │ │ │ ├── components/
│ │ │ │ │ └── ...
│ │ │ │ ├── index.vue
│ │ │ └── index.ts
│ └── index.ts # 组件库入口文件
├── vite.config.ts # Vite 配置
├── tsconfig.app.json # TypeScript 配置
├── tsconfig.json # TypeScript 配置
├── tsconfig.node.json # TypeScript 配置
├── README.md # 说明文档
├── .gitignore # git 忽略文件
└── package.json # 项目依赖配置文件