Q&A
h5.dev.ch
blog
recipe
tutorial
reference
API docs
guide
download
hifiveのカスタムビルドを行います。
必要なモジュールのみを結合したhifiveランタイムを生成できます。
これにより、必要なもののみが含まれた、サイズの小さいランタイムを手に入れることができます。
なお、内部的な依存関係がある場合は、自動的に依存モジュールを含んだファイルが生成されます。
Please select the required modules
util
…The "Utility" function is provided.
controller
…The "Controller" function on MVC structure is provided.
modelWithBinding
…Provide to the "Model" function on MVC structure, and Data binding feature to View.
view
…The "View" function on MVC structure is provided.
ui
…The "UI components and container" is provided.
api.geo
…An "Geolocation" support function is provided.
api.sqldb
…An "SQL Database" support function is provided.
api.storage
…An "Web Storage" support function is provided.
Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
使い方は
チュートリアル
をご覧ください。
home
recipe
tutorial
reference
API doc
guide
download
Q&A
h5.dev.ch
blog