mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Bundle
This commit is contained in:
30
scripts/e2e/bundle.template.html
Normal file
30
scripts/e2e/bundle.template.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
<link href="/css/ionic.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ion-app>
|
||||
Loading...
|
||||
</ion-app>
|
||||
|
||||
<script src="http://localhost:8001/angular2.bundle.js"></script>
|
||||
|
||||
<script>
|
||||
System.paths = {
|
||||
'*': '/*.js',
|
||||
'rx': 'rx.js'
|
||||
};
|
||||
register(System);
|
||||
cjs(System);
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
System.import('src/components/segment/test/basic/index').then(function(m) { m.main(); }, console.error.bind(console))
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user