UNPKG

agile-cli

Version:

agile系列框架整合使用脚手架(agile-ui、agile-ce、agile-component等)

19 lines (16 loc) 478 B
<!DOCTYPE html> <html> <head> <title>title</title> <meta charset="utf-8" /> <meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="./build/css/main.css" rel="stylesheet"/> <script src="./build/js/main.js" type="text/javascript"></script> </head> <body> <div id="app"> <aui-main></aui-main> </div> </body> </html>