heeam / ionic-page-lazy-loading-example

@ionicPage - implemented (ionic CLI version 3.15.2, in 2017)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic-page-lazy-loading-example

This is a starter template for Ionic projects.

How to use this template

This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.

To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the Starter App Base.

With the Ionic CLI:

Take the name after ionic2-starter-, and that is the name of the template to be used when using the ionic start command below:

$ sudo npm install -g ionic cordova
$ ionic start myTabs tabs

Then, to run it, cd into myTabs and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

Substitute ios for android if not on a Mac.

ionic info

cli packages: (/Users/heeam/.nvm/versions/node/v7.0.0/lib/node_modules)

@ionic/cli-utils  : 1.15.2
ionic (Ionic CLI) : 3.15.2

global packages:

cordova (Cordova CLI) : 6.5.0 

local packages:

@ionic/app-scripts : 3.0.1
Cordova Platforms  : ios 4.3.1
Ionic Framework    : ionic-angular 3.8.0

System:

ios-deploy : 1.9.1 
Node       : v7.0.0
npm        : 5.3.0 
OS         : macOS Sierra
Xcode      : Xcode 9.0.1 Build version 9A1004 

Environment Variables:

ANDROID_HOME : not set

Misc:

backend : legacy

Reference

" [Ionic3] Comparison and Conversion to @ionicPage " (needs to use Korean translation, 글 내용이 한국어 입니다)

http://heeam.org/archives/1028

About

@ionicPage - implemented (ionic CLI version 3.15.2, in 2017)

License:MIT License


Languages

Language:TypeScript 60.9%Language:HTML 28.4%Language:CSS 8.7%Language:JavaScript 2.0%