generator-clam
Version:
A Clam generator for Yeoman
14 lines (9 loc) • 330 B
HTML
<!--如不参与combohtml,可忽略此句-->
<link href="<%= srcPath %><%= mojoName %>/index.css" rel="stylesheet" />
模块正文从这里开始
<!--#include virtual="other-pages.html" -->
<script>
KISSY.use('<%= packageName %>/<%= mojoName %>/index', function(S, <%= modName %>) {
new <%= modName %>();
});
</script>