UNPKG
vue-vuex-starter-kit
Version:
latest (1.0.3)
1.0.3
1.0.1
vue, vuex, vue-router
github.com/sokis/vue-vuex-starter-kit
sokis/vue-vuex-starter-kit
vue-vuex-starter-kit
/
src
/
index.html
12 lines
(11 loc)
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
title
>
Vue Vuex Starter Kit
</
title
>
<
meta
charset
=
"utf-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
</
head
>
<
body
>
<
div
id
=
"app"
style
=
"height: 100%"
>
</
div
>
</
body
>
</
html
>