# Comiru **Repository Path**: ishowman/Devin-Comiru ## Basic Information - **Project Name**: Comiru - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Requirement Node.js, NPM # Install `npm install` # Run `npm run dev` # Build `npm run build` # Autofix with Eslint `npm run lint` # Project Struct ```shell ├── configs # webpack5 config files │ ├── src # source code │ ├── common | | ├── EventEmitter # 事件通信 | | ├── lazyload # 图片懒加载 | | ├── reactive # 监听对象数据变化的 Watcher | | └── utils # 一些辅助函数。如类型校验、优化高频触发事件的防抖节流、柯里化等函数。 | ├── styles # 样式文件 | | | └── components | ├── AutoComplete # 输入联想 | └── VirtualList # 优化长列表性能的虚拟列表 └── index.ejs # html template file ```