refactor(markdown-vetur): support generate webstorm types (#5900)

This commit is contained in:
neverland
2020-03-24 20:43:28 +08:00
committed by GitHub
parent 7ae3a4a1b1
commit c74fbf58a4
12 changed files with 422 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
# Vant Markdown Vetur
将 .md 文件转换成能描述 vue 组件的 .json 文件,供 vscode 插件 *vetur* 读取,从而可以在 vue 模版语法中拥有自动补全的功能。
将 .md 文件转换成能描述 vue 组件的 .json 文件,供 WebStorm 和 vscode `vetur` 插件读取,从而可以在 vue 模版语法中拥有自动补全的功能。
## Install