UNPKG

generator-clam

Version:
13 lines (9 loc) 344 B
<!--引用的本地文件在构建时会被抽取和合并--> <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>