There was an error while loading. Please reload this page.
Beez本体をビルドする方法を紹介します。
事前に、Install を参照し、Beezのインストールを行ってください。
$ git clone https://github.com/CyberAgent/beez.git $ cd beez $ git submodule init # beez-ua(libs/beez-ua)がgitサブモジュールで登録されていますのでそれをcloneします。 $ git submodule update $ npm install . $ make
release/beez.js, release/beez.min.js, docs, report が生成されています。
release/beez.js, release/beez.min.js, docs, report
$ make jsdoc # access browser : ./docs/index.html
$ make report # access browser : ./report/index.html
$ make jshint