aurelia-aire
Version:
Base Project for Aurelia-Aire
17 lines (16 loc) • 373 B
HTML
<html>
<head>
<title>Aurelia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body aurelia-app="aire/main">
</body>
<footer>
<script src="jspm_packages/system.js"></script>
<script src="jspm.config.js"></script>
<script>
System.import('aurelia-bootstrapper');
</script>
</footer>
</html>