简体中文
Component Helper
轻松编写使用 Vue 组件。
- 项目文件夹右键创建组件,自动创建 Vue 组件相关目录及模板。
- 加载全局组件列表或配置的文件夹下的组件列表。
- 组件列表展示作者、介绍等相关信息。
配置项
配置项 |
类型 |
描述 |
默认值 |
component-helper.globalComponentsPath |
array |
相对当前工程组件列表目录路径 |
["src\components"] |
component-helper.nameRule |
string |
组件命名规则 |
aa-bb |
- nameRule 目前支持
aa-bb 、Aa-Bb 、AaBb 、aaBb 、aa_bb 、Aa_Bb 6 种格式。
Enjoy!
| |