# myComponents **Repository Path**: xiaoli-account/myComponents ## Basic Information - **Project Name**: myComponents - **Description**: 记录自己手撸的组件代码,用来时常复习使用 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 功能组件笔记 ***留存日后自己翻阅复习使用*** ### 省市区三级联动 省市区三级联动有一些东西不需要,只需要一个省市区的json就够了,没时间整理了,就直接全上去了。留待以后整理 ### 首页 修改布局,增加手撸抽屉菜单 ### 浏览器同步测试工具 npm install -g browser-sync ### 免安装的在线node_module npm install -g npx ### 清理缓存(browser-sync插件报错时) npm cache clean --force ### 项目目录解释 |菜单|文件目录|类型| |-|-|-| |表格组件|table/index.html|手撸原生组件| |树组件|tree/treeComponents.html|手撸原生组件| |二维码生成组件|qrcode/index.html|手撸原生组件| |穿梭框组件|transform/transformComponents.html|手撸原生组件| |手风琴组件|accordion/index.html|手撸原生组件| |三级联动插件|assets/plugins/jquery-Select(省市区三级联动)|**外部插件**|