Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devengage/engage-ionic
Think ionic plus! Get you mobile, desktop, or web app finished quicker. Easily switch between mobile and desktop views
https://github.com/devengage/engage-ionic
Last synced: 2 days ago
JSON representation
Think ionic plus! Get you mobile, desktop, or web app finished quicker. Easily switch between mobile and desktop views
- Host: GitHub
- URL: https://github.com/devengage/engage-ionic
- Owner: DevEngage
- License: mit
- Created: 2018-12-19T05:42:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:25:29.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T07:58:14.982Z (over 1 year ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Engage Ionic AKA eon
We love ionic and wanted to add what we feel is missing for our projects.
We wrap the ionic component library with more robust features, so you can get
your project created faster.Note: This project is **ALPHA**
For more info check out our [homepage](https://devengage.io/eon)!
## Features
* Coming soon
## Getting Started
Install via npm
```bash
npm install @dev-engage/engage-ionic --save
```
Add import to main.ts/js file```js
import '@dev-engage/engage-ionic';
```