davidlin88 / imitate-element-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dejavu-ui1

目录结构

├── build                  # 打包模块
│   ├── ...
├── jest.config.js         # jest配置
├── jest.setup.js          # jest配置
├── packages
│   ├── components         # 组件模块
│   │   ├── ...
│   ├── dejavu-ui          # 框架主模块
│   │   ├── ...
│   ├── theme-chalk        # 样式模块
│   │   ├── ...
│   └── utils              # 工具模块
│       ├── ...
├── play                   # 组件调试模块
│   ├── ...
├── pnpm-lock.yaml         # 依赖lock文件
├── pnpm-workspace.yaml    # pnpm workspace配置
├── tsconfig.json          # ts配置
├── typings                # ts类型目录
│   ├── ...

About


Languages

Language:SCSS 49.1%Language:TypeScript 43.5%Language:JavaScript 6.2%Language:Vue 0.5%Language:Shell 0.4%Language:HTML 0.4%