私はルンゴ フレームワークをテストしていますが、その例 ( http://lungo.tapquo.com/howto/prototype ) を読んでも、動作しません。
私は彼らのスケルトンコードを使用しています:
<body class="app">
<section id="main" data-transition="">
<article id="main-article" class="active">
test.
</article>
</section>
<script src="components/quojs/quo.js"></script>
<script src="components/lungo/lungo.js"></script>
<script type='text/javascript'>
Lungo.init({
name: 'example'
});
</script>
</body>
コンソールにエラーはありません。問題の原因は何ですか? 前もって感謝します。