/ion3-template

ionic3 template with advanced features

Primary LanguageJavaScript

This is a ionic 3 Advanced template project.

** included Functionality to this template **

Multi-language,

Super tab,

Theming Dark and Light,

Sweet alert + ionic3,

Left right side menu,

Lazy loading pages,

Progressive Web App,

Pan view,

Sidemenu Options + Sub menu options,

Parallax header ,

Expandable header,

Theming Dark and Light,

Sweet alert + ionic3,

Sorting searching filtering list,

Lazy loading pages,

Progressive Web App,

Android permission plugin,

Platform wise component manage + events

How to use this template

To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository and paste into your created project.

With the Ionic CLI:

1 - download this repository
2 - $ sudo npm install -g ionic cordova
3 - $ ionic start ion-panview sidemenu
4 - replace downloaed files with created project
5 - $ npm install
6 - $ ionic serve

Then, to run it, cd into ion-panview and run:

$ ionic cordova platform add ios
$ ionic cordova run ios

Substitute ios for android if not on a Mac.