UNPKG

template-compiler

Version:

Template Compiler Tools

19 lines (14 loc) 283 B
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>加载模板演示</title> </head> <body> <h1>加载模板演示</h1> <ul> <li><a href="sea.html">使用SeaJS加载模板</a></li> <li><a href="require.html">使用RequireJS加载模板</a></li> </ul> </body> </html>