项目作者: andriyandriyan

项目描述 :
Blog Application Using Ionic 3 And Wordpress API
高级语言: TypeScript
项目地址: git://github.com/andriyandriyan/ionic-wordpress.git
创建时间: 2018-03-12T02:37:30Z
项目社区:https://github.com/andriyandriyan/ionic-wordpress

开源协议:

下载


Ionic Wordpress

Blog Application Using Ionic 3 and Wordpress API

Demo App

You can check demo app on http://andriyandriyan.com/ionic-wordpress

I’m using API from website Rumaysho.Com

Installation

Download or you can clone this repo using following command

  1. $ git clone https://github.com/andriyandriyan/ionic-wordpress.git

Move your directory to this folder app and then install dependency using following command

  1. $ cd ionic-wordpress
  2. $ npm install

Open this project using your favorite text editor (I used VSCode).
Open file src/providers/api.ts and change private base_url: string = 'http://rumaysho.com/wp-json/wp/v2/'; with your website.

Run your ionic app using following command

  1. $ ionic serve

Your app is running on http://localhost:8100