UNPKG
vvan-cli
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
front-template cli
github.com/terryvince/front-template-cli
terryvince/front-template-cli
vvan-cli
/
template
/
project
/
src
/
index.html
13 lines
(12 loc)
•
231 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"<%= this.lang %>"
>
<
head
>
<
title
>
<%=this.title.app %>
</
title
>
<%- include('template/head.html') %>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<!--script-->
<!--script end-->
</
body
>
</
html
>