# yimi_domsUI **Repository Path**: binyun/yimi_domsUI ## Basic Information - **Project Name**: yimi_domsUI - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-04 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.主要组件在 src/yimiviews 目录下 ## 2.所有api请求放在 src/api下与yimiviews一一对应 ## 3.优先使用element的图标字体,自定义图标字体用svg格式统一放在 src/icons/svg 目录下 ## 4.抽离组件表格。src/views/table/complexTable.vue 数据通过props接收 ## 5.使用eslint 进行代码规范 ## 6.npm install 安装项目依赖 ## 7.npm run dev 启动项目