如何将 Aurelia 部署到 GitHub 个页面

How to deploy Aurelia to GitHub pages

aurelia.io完全是客户端还是需要服务器组件。

即它可以是 github 页面吗? 谢谢

它是客户端,没有任何内容是基于服务器的:

<script src="jspm_packages/github/webreflection/es6-collections@master/es6-collections.js"></script>
<script src="jspm_packages/github/polymer/mutationobservers@0.4.2/MutationObserver.js"></script>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
  System.import('aurelia-bootstrapper');
</script>

正如cDima所说,它是客户端。我在这里写了一篇关于将 Aurelia 部署到 GitHub 页的详细教程:http://www.foursails.co/blog/deploy-to-gh-pages/