微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Pro Framework 主要特性<a href="https://github.com/AlloyTeam/Pro#screenshot"></a>截图<a href="https://github.com/AlloyTeam/Pro#demo"></a>示例<a href="https://github.com/Al 腾讯移动Web前端框架

程序名称:Pro Framework 主要特性<a href="https://github.com/AlloyTeam/Pro#screenshot"></a>截图<a href="https://github.com/AlloyTeam/Pro#demo"></a>示例<a href="https://github.com/Al

授权协议: 未知

操作系统: Android

开发语言: JavaScript

Pro Framework 主要特性<a href="https://github.com/AlloyTeam/Pro#screenshot"></a>截图<a href="https://github.com/AlloyTeam/Pro#demo"></a>示例<a href="https://github.com/Al 介绍

Pro 是腾讯移动Web前端框架。

主要特性

截图

示例

扫描二维码,或者访问 http://url.cn/NDKvRr

基础模板

复制一下 HTML,然后查看 Pro 文档:

<!DOCTYPE html><html><head>
    <Meta charset='utf-8'>
    <title>PRO Template</title>
    <Meta charset="utf-8">
    <Meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

    <!-- PRO CSS -->
    <link rel="stylesheet" type="text/css" href="css/pro.css"></head><body class="ui-app">

    <div class="ui-top-bar js-no-bounce">
        PRO Template    </div>

    <div class="ui-bottom-bar js-no-bounce" role="toolbar" tabindex="0">
        <button class="ui-bottom-bar-button js-active" data-toggle="tab" data-target="#page1">
            <span class="ui-icon"></span>
            <span class="ui-label">CSS</span>
        </button>
        </div>
    </div>

    <div id="page1" class="ui-page js-active">
        <div class="ui-page-content">
             <h1>Hello, world!</h1>
        </div>
    </div>

    <!-- PRO JS -->
    <script src="js/pro.js"></script>
  </body></html>

支持的平台

当前版本已经通过以下平台的测试:

  • iOS 4.0-7.0

    • iOS 4.3 (iPad 1)

    • iOS 5.1 (iPhone 4)

    • iOS 6.1 (iPhone 4S)

    • iOS 7.0 (iPhone 5)

  • Android 2.3-4.4

    • Android 2.3 (ZTE)

    • Android 4.0 (HTC Rhyme S510B)

    • Android 4.1 (LG Optimus G)

    • Android 4.2 (Sony Xperia Z)

    • Android 4.3 (Nexus 4)

    • Android 4.4 (Nexus 4)

Pro Framework 主要特性<a href="https://github.com/AlloyTeam/Pro#screenshot"></a>截图<a href="https://github.com/AlloyTeam/Pro#demo"></a>示例<a href="https://github.com/Al 官网

https://github.com/AlloyTeam/Pro

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐