项目作者: ansleyr2

项目描述 :
An ionic4 and angular app
高级语言: TypeScript
项目地址: git://github.com/ansleyr2/ionic4-play-app.git
创建时间: 2019-04-15T16:14:40Z
项目社区:https://github.com/ansleyr2/ionic4-play-app

开源协议:

下载


ionic4 App

An ionic4 and angular app.

Demo :

Install the app from “app” folder to your device.

Modules:

Home :

This screen demonstrates the use of an custom component, modalPage component and action sheet component.

Device motion :

This screen uses the canvas and device motion event to animate the drawing.

List View:

This screen fetches data from an external api and shows it in a list , used the ionic cards.

Apis used

Here is a RESTful API with some mock data:
https://jsonplaceholder.typicode.com/users

Getting Started

Clone or download the project to your system.

Prerequisites

Node.js

  1. Install the latest version if you dont have one

Android studio and andriod sdk

  1. If you want you bundle your app for using on mobile device.

Cordova

  1. If you want you bundle your app for using on mobile device.

Installing

npm install

  1. This will install the dependencies

ionic serve

  1. This will get the server up and running, you can access it on port 8100 of your localhost

ionic build —prod

  1. This will generate a www folder for web deployment

ionic cordova build android

  1. This will generate an application that can be installed on the phones.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details