书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 196 个相关结果.
  • Build your First App

    Required Tools Install Ionic and Cordova Create an App Run the App Photo Gallery!!! The great thing about Ionic is that with one codebase, you can build for any platform usin...
  • 阅前必读

    ionic2.0@beta版本文档整理 前言 目录 ionic2.0@beta 版本文档整理 本文档不是英文文档的完全翻译,是个人的阅读笔记。如果阅读后有不明白或者不懂,请移步英文版阅读 。如果本文有错误,请在本页末尾留言或者提交Issues 。 您可以点击小标题跳转到相应的ionic2英文文档。 也许这里的排版更容易各位阅读 前言 ...
  • Support

    Community Maintenance Long Term Support (Premium) Community Maintenance The Ionic Framework CE (Community Edition) has been 100% open source (MIT) since the very beginning, an...
  • 第七课:自定义样式和主题

    第七课 样式与主题 介绍Ionic 2主题 Ionic 2应用定制主题的方法 1.属性 2.SASS变量 3.配置 4.自定义样式 第七课 样式与主题 我很喜欢Ionic的原因是,默认的组件都是开箱即用型的。一切看起来很整齐,平滑,整洁,同时也有点枯燥。我喜欢简单,平平淡淡才是真,但是,也许你不想你的应用看起来跟其他应用没什么两样。举一下...
  • 第二课:准备工作

    第二课:准备工作 生成新应用 创建需要的组件 创建需求的服务 创建数据模型 第二课:准备工作 本课是在旅程继续进行之前的一些准备工作。我们要生成应用,设置所有组件和需要用到的Cordova插件。完成本课之后我们应该有一个万事俱备的项目骨架,可以接着进行编码工作。开始新项目的第一准则是确保使用的是最新版的Ionic和Cordova,如果最近没有...
  • Cross Platform

    Hardware APIs Ionic Native Platform Detection Browser Fallbacks Desktop Layout Storage Ionic Storage Ionic is built from the ground up to make development easy, no matter ...
  • 在App Module中添加页面和服务

    在App Module中添加页面和服务 添加需要的平台 添加需要的Cordova插件 设置图片 总结 在App Module中添加页面和服务 为了能够在项目里面可以使用这些页面和服务,我们需要将它们添加到app.module.ts 文件里。所有我们自己创建的页面都需要添加到declarations数组和entryComponents数组里,所...
  • 第二课:准备工作

    第二课:准备工作 生成新应用 创建需要的组件 创建需求的服务 在App Module里面添加 页面 & 服务 添加需要的平台 添加需要的Cordova插件 设置图片 总结 第二课:准备工作 本课是在旅程继续进行之前的一些准备工作。我们要生成应用,设置所有组件和需要用到的Cordova插件。完成本课之后我们应该有一个万事俱备的项目骨架,...
  • 7. 创建移动应用

    创建移动应用 hello,world 构建应用 博客列表页 列表页 详情页 Profile Json Web Tokens 登录表单 Profile AuthHttp 获取用户信息 创建博客 创建移动应用 依照国际惯例,我们还将用Ionic 2继续创建hello,world。 hello,world 开始之前我们需要先安...
  • Scaffolding

    Project Structure Generating New Features Once an app is created by the Ionic CLI, the next step is to start building out features and components. The majority of the app will b...