We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.