-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): 增加单元测试命令 测试覆盖率统计 ide高亮支持 优化cli代码可读性
affects: @varlet/cli, @varlet/ui
- Loading branch information
齐皓
authored and
齐皓
committed
Feb 23, 2021
1 parent
68e9ff5
commit 91882c6
Showing
376 changed files
with
87,269 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,273 @@ | ||
{ | ||
"namespace": "var", | ||
"host": "0.0.0.0", | ||
"title": "varlet", | ||
"port": 8080, | ||
"pc": { | ||
"title": "Varlet 组件库示例", | ||
"description": "Varlet 组件库示例", | ||
"logo": "https://cn.vuejs.org/images/logo.png", | ||
"header": { | ||
"i18nButton": { | ||
"zh_CN": "En", | ||
"en_US": "中文" | ||
}, | ||
"logo": "https://cn.vuejs.org/images/logo.png", | ||
"search": { | ||
"zh_CN": "搜索文档...", | ||
"en_US": "Search..." | ||
} | ||
}, | ||
"menu": [ | ||
{ | ||
"text": { | ||
"zh_CN": "快速开始" | ||
}, | ||
"isTitle": true | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "组件" | ||
}, | ||
"isTitle": true | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Ripple 水波指令", | ||
"en_US": "Ripple" | ||
}, | ||
"doc": "ripple" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Skeleton 骨架屏", | ||
"en_US": "Skeleton" | ||
}, | ||
"doc": "skeleton" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Loading 加载", | ||
"en_US": "Loading" | ||
}, | ||
"doc": "loading" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Button 按钮", | ||
"en_US": "Button" | ||
}, | ||
"doc": "button" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Popup 弹出层", | ||
"en_US": "Popup" | ||
}, | ||
"doc": "popup" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Snackbar 消息条", | ||
"en_US": "Snackbar" | ||
}, | ||
"doc": "snackbar" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Progress 进度条", | ||
"en_US": "Progress" | ||
}, | ||
"doc": "progress" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "PullRefresh 下拉刷新", | ||
"en_US": "PullRefresh" | ||
}, | ||
"doc": "pull-refresh" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Chip 标签", | ||
"en_US": "Chip" | ||
}, | ||
"doc": "chip" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Badge 徽标", | ||
"en_US": "Badge" | ||
}, | ||
"doc": "badge" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "ExpansionPanels 拓展面板", | ||
"en_US": "ExpansionPanels" | ||
}, | ||
"doc": "Expansion-panels" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Tabs 选项卡", | ||
"en_US": "Tabs" | ||
}, | ||
"doc": "tabs" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "List 无限滚动列表", | ||
"en_US": "List" | ||
}, | ||
"doc": "list" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Sticky 粘性布局", | ||
"en_US": "Sticky" | ||
}, | ||
"doc": "sticky" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Menu 菜单", | ||
"en_US": "Menu" | ||
}, | ||
"doc": "menu" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Lazy 懒加载", | ||
"en_US": "Lazy" | ||
}, | ||
"doc": "lazy" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Dialog 对话框", | ||
"en_US": "Dialog" | ||
}, | ||
"doc": "dialog" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Image 图片", | ||
"en_US": "Image" | ||
}, | ||
"doc": "image" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Icon 图标", | ||
"en_US": "Icon" | ||
}, | ||
"doc": "icon" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Rate 评分", | ||
"en_US": "Rate" | ||
}, | ||
"doc": "rate" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Input 输入框", | ||
"en_US": "Input" | ||
}, | ||
"doc": "input" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Select 选择框", | ||
"en_US": "Select" | ||
}, | ||
"doc": "select" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Radio 单选框", | ||
"en_US": "Radio" | ||
}, | ||
"doc": "radio" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Checkbox 复选框", | ||
"en_US": "Checkbox" | ||
}, | ||
"doc": "checkbox" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "IndexBar 索引栏", | ||
"en_US": "IndexBar" | ||
}, | ||
"doc": "index-bar" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Switch 开关", | ||
"en_US": "Switch" | ||
}, | ||
"doc": "switch" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Slider 滑块", | ||
"en_US": "slider" | ||
}, | ||
"doc": "slider" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Swipe 轮播", | ||
"en_US": "Swipe" | ||
}, | ||
"doc": "swipe" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "DatePicker 日期选择器", | ||
"en_US": "DatePicker" | ||
}, | ||
"doc": "date-picker" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "BackTop 回到顶部", | ||
"en_US": "BackTop" | ||
}, | ||
"doc": "back-top" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Cell 单元格", | ||
"en_US": "Cell" | ||
}, | ||
"doc": "cell" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Uploader 文件上传", | ||
"en_US": "Uploader" | ||
}, | ||
"doc": "uploader" | ||
}, | ||
{ | ||
"text": { | ||
"zh_CN": "Picker 多列选择器", | ||
"en_US": "Picker" | ||
}, | ||
"doc": "picker" | ||
} | ||
], | ||
"language": "zh_CN" | ||
}, | ||
"mobile": { | ||
"title": "Varlet 组件库示例", | ||
"description": "Varlet 组件库示例", | ||
"logo": "https://cn.vuejs.org/images/logo.png" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.