Build app of your Wordpress Blog with Ionic
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
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
ionic cordova platform add android
ionic cordova run android
ionic cordova platform add ios
ionic cordova run ios
ionic serve
See Ionic Package Build to build package.
I use SemVer for versioning. For the versions available, see the tags in this repository.
Adam Alvarado Bertomeu d3ltcod
See also the list of contributors who participated in this project.
This Ionic-WP is open-sourced software licensed under the MIT license.