UNPKG
@vinsea/vv-ui
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.3.0
A Component Library for Vue2.*.
github.com/Vinsea/vv-ui
Vinsea/vv-ui
@vinsea/vv-ui
/
dist
/
demo.html
11 lines
(7 loc)
•
168 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
vvUI demo
</
title
>
<
script
src
=
"./vvUI.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./vvUI.css"
>
<
script
>
console
.
log
(vvUI)
</
script
>