# first-vue-plugin **Repository Path**: pipepandafeng/first-vue-plugin ## Basic Information - **Project Name**: first-vue-plugin - **Description**: 第一个发布到npm包的vue插件 npm包地址:https://www.npmjs.com/package/@pipepanda/my_comp - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://www.npmjs.com/package/@pipepanda/my_comp - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-26 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: npm-vue-plugin ## README # 组件 所有组件已通过测试[测试覆盖率统计地址]( http://pipepandafeng.gitee.io/first-vue-plugin) 📗 Command * 下载依赖 ```bash yarn ``` * 调试组件 ```bash yarn dev ``` * 查看文档 ```bash yarn docs:dev ``` 🧪 Component Test * 测试选型 > [vue 官网测试技术选型](https://cn.vuejs.org/v2/guide/testing.html) * 确认选型 > [Vue Test Utils 官方文档](https://v1.test-utils.vuejs.org/zh) > [用 Karma 测试单文件组件](https://v1.test-utils.vuejs.org/zh/installation/#%E7%94%A8-karma-%E6%B5%8B%E8%AF%95%E5%8D%95%E6%96%87%E4%BB%B6%E7%BB%84%E4%BB%B6) 🍞 TODO * [ ] List组件 - [ ] 添加loading效果 - [ ] 完善文档 * [ ] Loading组件 - [ ] 添加指令调用 - ☑️ 支持自定义挂载(不支持自闭合标签的挂载) - [ ] 完善文档 * [ ] 样式单独打包,暂考虑采用gulp * [ ] 添加`postcss autoprefixer`,自动添加css前缀 * [ ] 集成按需加载 * [ ] 学习`vant`组件源码设计,从而集成`Typescript`,为组件库引入类型系统 * [ ] 寻找合适的测试框架,编写组件测试 * ☑️ 暂无