UNPKG
vue-loading-skeleton
Version:
latest (1.1.9)
next (2.0.0-beta.1)
2.0.0-beta.1
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.0.5
1.0.0
Make beautiful loading skeleton that automatically adapt your vue app.
vue-loading-skeleton
/
dist
/
demo.html
11 lines
(7 loc)
•
232 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
vue-loading-skeleton demo
</
title
>
<
script
src
=
"./vue-loading-skeleton.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./vue-loading-skeleton.css"
>
<
script
>
console
.
log
(vue-loading-skeleton)
</
script
>