UNPKG
hik-screen
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
- 提炼自浙江海康智联科技有限公司大屏产品的交互语言和视觉风格。 - 开箱即用的高质量 Vue 组件。
hik-screen
/
.babelrc
5 lines
•
159 B
Plain Text
View Raw
1
2
3
4
5
{
"plugins"
:
[
[
"import"
,
{
"libraryName"
:
"ant-design-vue"
,
"libraryDirectory"
:
"es"
,
"style"
:
"css"
}
]
// `style: true` 会加载 less 文件
]
}