ionic-wordpress

所属分类:建站系统
开发工具:TypeScript
文件大小:5408KB
下载次数:0
上传日期:2020-01-09 13:18:39
上 传 者sh-1993
说明:  将新闻word press网站视为离子应用程序的示例。适用于android和IOS平台
(An example to view news word press website as an ionic app. for android and IOS platforms)

文件列表:
.angulardoc.json (71, 2020-01-09)
LICENSE (1067, 2020-01-09)
angular.json (5455, 2020-01-09)
config.xml (10038, 2020-01-09)
e2e (0, 2020-01-09)
e2e\protractor.conf.js (722, 2020-01-09)
e2e\src (0, 2020-01-09)
e2e\src\app.e2e-spec.ts (406, 2020-01-09)
e2e\src\app.po.ts (315, 2020-01-09)
e2e\tsconfig.e2e.json (163, 2020-01-09)
google-services.json (1024, 2020-01-09)
ionic.config.json (91, 2020-01-09)
my-release-key.keystore (2236, 2020-01-09)
package.json (4426, 2020-01-09)
resources (0, 2020-01-09)
resources\android (0, 2020-01-09)
resources\android\icon (0, 2020-01-09)
resources\android\icon\drawable-hdpi-icon.png (3777, 2020-01-09)
resources\android\icon\drawable-ldpi-icon.png (1548, 2020-01-09)
resources\android\icon\drawable-mdpi-icon.png (2177, 2020-01-09)
resources\android\icon\drawable-xhdpi-icon.png (5886, 2020-01-09)
resources\android\icon\drawable-xxhdpi-icon.png (10566, 2020-01-09)
resources\android\icon\drawable-xxxhdpi-icon.png (15222, 2020-01-09)
resources\android\notification (0, 2020-01-09)
resources\android\notification\drawable-hdpi (0, 2020-01-09)
resources\android\notification\drawable-hdpi\ic_stat_onesignal_default.png (1701, 2020-01-09)
resources\android\notification\drawable-mdpi (0, 2020-01-09)
resources\android\notification\drawable-mdpi\ic_stat_onesignal_default.png (1126, 2020-01-09)
resources\android\notification\drawable-xhdpi (0, 2020-01-09)
resources\android\notification\drawable-xhdpi\ic_stat_onesignal_default.png (2466, 2020-01-09)
resources\android\notification\drawable-xxhdpi (0, 2020-01-09)
resources\android\notification\drawable-xxhdpi\ic_stat_onesignal_default.png (4651, 2020-01-09)
resources\android\notification\drawable-xxxhdpi (0, 2020-01-09)
resources\android\notification\drawable-xxxhdpi\ic_stat_onesignal_default.png (6800, 2020-01-09)
resources\android\splash (0, 2020-01-09)
resources\android\splash\drawable-land-hdpi-screen.png (43083, 2020-01-09)
... ...

# Ionic 4 with wordpress news website api example This example is the ionic 4 with angular 7 integrated with wordpress. It contains a set of different custom components and a simple http call. ## Getting Started To begin using this template, choose one of the following options to get started: * [Download the latest release here](https://github.com/MohammedTA/ionic-wordpress/archive/master.zip) * Clone the repo: `git clone https://github.com/MohammedTA/ionic-wordpress.git` * Fork the repo ## Project Structure ``` . ├── resources # Build files on the specific platforms (iOS, Android) and app icon + splash ├── src # This is where the app lives - *the main folder* ├── .gitignore # Specifies intentionally untracked files to ignore when using Git ├── config.xml # Ionic config file ├── .ionic.config.json # Global configuration for your Ionic app ├── package.json # Dependencies and build scripts ├── readme.md # Project description ├── tsconfig.json # TypeScript configurations └── tslint.json # TypeScript linting options ``` ### src directory ``` . ├── ... ├── src │ ├── app # This folder contains pages, compomemnts and services | | ├── pages # Contains all the individual pages (home, tabs, category, list, single-item) | | ├── services # Contains the item-api service that retrieves data from the JSON file │ ├── assets # This folder contains images and the *data.json* | ├── theme # The global SCSS variables to use throughout the app | ├── declarations.d.ts # A config file to make TypeScript objects available in intellisense | ├── index.html # The root index app file - This launches the app └── ... ``` ## Features 1. **AdMob integration**: AdMob is Google’s mobile advertising platform that can be used to generate revenue from your app. If you choose Deco News, you will be able to earn money from your app by showing banner and interstitial ads. 2. **Dark & Light Mode**: All the screens included in this app template are available in both dark and light modes. Therefore, you can choose between the classic light interface, or dark, modern one which is especially popular in sports news apps. 3. **RTL support**: Ionic has always been a great framework for creating apps that use left-to-right (LTR) languages, because it was designed this way from the beginning. On the other hand, there are some languages used by millions which are read right-to-left (RTL), such as Arabic. To go the extra mile, we added RTL support to our Deco News app template. 4. **DeepLink**: Deep linking enables app developers to link to specific products or pages within apps. Deco News comes with a preinstalled plugin, which makes it easy to respond to deeplinks through custom URL schemes and Universal/App Links on iOS and Android. 5. **OneSignal push notifications**: Simply put, a push notification is a message that pops up on a mobile device. App publishers can send them at any time, and users don’t have to be in the app to receive them. Push notifications provide various benefits for app publishers such as promoting products or offers, improving user experience, driving users to other marketing channels etc. Building your own push notification delivery service can be complex and time-consuming, but with Deco News you will be able to effortlessly send push notifications to the users of your via OneSignal push notifications service. ## Start the project The project is started with the regular ionic commands. 1. Run `npm install` to install all dependencies. 2. Run `ionic serve` to start the development environment. 3. To build the project run `ionic build android` or `ionic build ios`. In order for you to build an iOS app, you need to run on MacOS. An alternative is to emulate the app on a device or upload it to the ionic cloud. From here you can download the ionic view app and use the app on all devices. ## Bugs and Issues Have a bug or an issue with this template? [Open a new issue](https://github.com/MohammedTA/ionic-wordpress/issues) here on Github. ## Copyright and License Copyright 2019 MohammedTA. Code released under the [MIT](https://github.com/MohammedTA/ionic-wordpress/blob/master/LICENSE) license.

近期下载者

相关文件


收藏者