UNPKG
generator-ionicgenerator
Version:
latest (0.0.0)
0.0.0
An Ionic app, custom with gulp and sass
generator-ionicgenerator
/
generators
/
app
/
templates
/
www
/
home
/
home.tpl.html
9 lines
(8 loc)
•
192 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
ion-view
view-title
=
"<%= name %>"
title
=
"<%= name %>"
>
<
ion-content
class
=
"padding"
>
<
h2
>
Bienvenido a Ionic
</
h2
>
<
p
>
Ahora puedes comenzar
</
p
>
</
ion-content
>
</
ion-view
>