# vve-i18n-zh-check-cli [![Build Status](https://travis-ci.org/vue-viewer-editor/vve-i18n-cli.svg?branch=master)](https://travis-ci.org/vue-viewer-editor/vve-i18n-cli) 使用[vve-i18n-zh-wrap-cli](README-zh-wrap.md)把vue和js中的中文包裹一层国际化函数,但有些中文无法被包裹或者包裹后可能会导致程序异常。 使用 `vve-i18n-zh-check-cli`可以提前检测这些中文的存在,并给出相关的信息提醒开发者进行修订。 ## 例子 vue文件 ```vue ``` 结果 ``` {"type":"script-pre","text":"您好"} {"type":"props","text":"我是属性"} {"type":"back-quote","text":"引号"} {"type":"validator","text":"请输入"} {"type":"zh-key","text":"其他"} ``` ## 返回类型说明 ### script-pre `