view index.html @ 22:9343e43a17d1

build with jspm now.
author casties
date Tue, 26 Jan 2016 15:43:30 +0100
parents 98b435bb6c0c
children 0795207f3b90
line wrap: on
line source

<html>

  <head>
    <title>ISMI Query Builder</title>

    <!-- 1. Load libraries -->
    <script src="jspm_packages/system.js"></script>
    <script src="config.js"></script>

    <!-- 2. Configure SystemJS -->
    <script>
      System.import('app')
            .then(null, console.error.bind(console));
    </script>

  </head>

  <!-- 3. Display the application -->
  <body>
    <query-app>Loading... Query Builder</query-app>
  </body>

</html>