kitpages/mobile-app-builder-bundle
Composer 安装命令:
composer require kitpages/mobile-app-builder-bundle
包简介
This is a Symfony2 bundle that generates packages specific for terminals from a given html/js code base.
README 文档
README
This bundle is used to generate specific plateform packages (android, iOS, phonegap, firefoxOS,...) from a given common Html/JS code base
Versions
Actual state
This bundle is early alpha state.
Installation
Add KitpagesMobileAppBuilderBundle in your composer.json
{ "require": { "kitpages/mobile-app-builder-bundle": "*" } }
Now tell composer to download the bundle by running the command:
$ php composer.phar update kitpages/mobile-app-builder-bundle
AppKernel.php
$bundles = array( ... new Kitpages\MobileAppBuilderBundle\KitpagesMobileAppBuilderBundle(), );
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2013-02-15