UNPKG
generator-video1
Version:
0.1.0 (0.1.0)
latest (0.1.0)
0.1.0
A Clam generator for Yeoman
github.com/aloysious/generator-video
aloysious/generator-video
generator-video1
/
widget
/
templates
/
index_nocombo.html
13 lines
(8 loc)
•
271 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
link
href
=
"<%= prefix %>/index-min.css"
rel
=
"stylesheet"
/>
模块正文从这里开始
<!--#include virtual="other-pages.html" -->
<
script
>
KISSY
.
use
(
'<%= packageName %>/<%= mojoName %>/index'
,
function
(
S, <%= modName %>
) {
new
<%= modName %>(); });
</
script
>