Web寻梦狮ionic1实战1-环境搭建及项目介绍

2018-01-27
阅读 2 分钟
2.2k
Ionic并不是一个入门级的框架,它是一个专注于用web开发技术,基于HTML5创建类似于手机平台原生应用的一个开发框架。绑定了AngularJS和SASS。这个框架的目的是从web的角度开发手机应用,基于PhoneGap的编译平台,可以实现编译成各个平台的应用程序。所以,在学Ionic之前,首先要了解学习Ionic需要具备的技能: 1、熟练运...

ionic_v1开发文档实时更新

2017-12-01
阅读 2 分钟
2.2k
The Modal is a content pane that can go over the user’s main view temporarily. Usually used for making a choice or editing an item.Put the content of the modal inside of an <ion-modal-view> element.

ngModule中的entryComponents是什么?

2017-11-25
阅读 2 分钟
20.3k
entryComponents在这里做什么? 组件已经在声明中定义。 那么有什么需要重复呢? 如果我不在这里包含组件,会发生什么?回答:Angular使用entryComponents来启用“树震动”,即只编译项目中实际使用的组件,而不是编译所有在ngModule中声明但从未使用的组件

Ionic:livereload on iOS and android

2017-11-25
阅读 4 分钟
2.2k
Hi, i have seen som discussion about people have problems getting livereload to work and wanted to share how i made it work.This setup is for a windows pc where you are coding and a mac that are running iOS simulator. I am running the simulator in VMWare but should work on a real mac too. I haven...