Skip to content

d3ltcod/Ionic-WP

Repository files navigation

Ionic-wp

License: MIT

Build app of your Wordpress Blog with Ionic

Installation

You need install WP REST API v2 in your Wordpress Site.

npm install -g ionic cordova
git clone https://github.com/d3ltcod/Ionic-WP.git
cd Ionic-WP/
npm install

Configure

To configure your app, go to src/app and open app.config.ts

If you want change colors of your app, go to src/theme and open variable.scss

Use

Android

ionic cordova platform add android
ionic cordova run android

iOS

ionic cordova platform add ios
ionic cordova run ios

Web

ionic serve

Package Build

See Ionic Package Build to build package.

Requirements

Versioning

I use SemVer for versioning. For the versions available, see the tags in this repository.

Author

Adam Alvarado Bertomeu d3ltcod

See also the list of contributors who participated in this project.

License

This Ionic-WP is open-sourced software licensed under the MIT license.