1.自定义组件添加原生事件
https://www.jianshu.com/p/132869f76c45
(https://www.jianshu.com/c/39ef3f076ec9)

2.父子组件间传值
https://www.jianshu.com/p/7e2ffa6430b8

3.非父子组件间通信
https://www.jianshu.com/p/3f179e6f657b

4.vue2.0 兄弟组件(平级)通讯
https://www.jianshu.com/p/bfd8c6878504
bus:https://www.cnblogs.com/fanlinqiang/p/7756566.html

5.vue 组件发布为 npm 包,分为如下三个步骤
https://www.jianshu.com/p/cf844a93387a

https://www.imooc.com/article/19691

6.Vue之自定义指令
https://www.jianshu.com/p/62f25ed4fb08

7.vue-cli 3.0 vue.config.js配置 (三)
https://cli.vuejs.org/zh/guide/cli-service.html
https://www.jianshu.com/p/6b9f56145df2

  1. vue-cli 3学习之vue-cli-service插件开发(注册自定义命令)

https://blog.csdn.net/dengdongxia/article/details/87923329