UNPKG
vue-redux-hooks
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Redux hooks for Vue
github.com/PatrykWalach/vue-redux-hooks
PatrykWalach/vue-redux-hooks
vue-redux-hooks
/
dist
/
demo.html
11 lines
(7 loc)
•
204 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
VueReduxHooks demo
</
title
>
<
script
src
=
"./VueReduxHooks.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./VueReduxHooks.css"
>
<
script
>
console
.
log
(
VueReduxHooks
)
</
script
>