An open API service indexing awesome lists of open source software.

https://github.com/puku0x/cordova-template-ngx-onsenui

Cordova template with Angular + Onsen UI
https://github.com/puku0x/cordova-template-ngx-onsenui

angular cordova onsenui phonegap

Last synced: 2 months ago
JSON representation

Cordova template with Angular + Onsen UI

Awesome Lists containing this project

README

        

[![build][travis-ci-image]][travis-ci-url]
[![npm version][npm-image]][npm-url]

# cordova-template-ngx-onsenui

You can start your new cordova project perfectly with this template.

This template uses:
* [Onsen UI](https://onsen.io/)
* [Angular](https://angular.io/)
* [Cordova](https://cordova.apache.org/)

## Requirements
* **Node.js:** _10.x_ or higher
* **Cordova:** _9.x_ or higher

---

## Installation

This template needs cordova or phonegap, for more information [cordova installation](https://cordova.apache.org/docs/en/latest/guide/cli/) or [phonegap installation](http://docs.phonegap.com/getting-started/1-install-phonegap/desktop/).

``` bash
$ cordova create hello com.example.hello HelloWorld --template cordova-template-ngx-onsenui
$ phonegap create hello com.example.hello HelloWorld --template cordova-template-ngx-onsenui
```

## Usage

You can use cordova or phonegap commands.

Example usage:
```
$ npm install
$ npm start
```
```
$ npm run build
$ cordova platform add android
$ cordova run android
$ cordova platform add ios
$ cordova run ios
```

[travis-ci-url]: http://travis-ci.org/puku0x/ngrx-todo
[travis-ci-image]: https://travis-ci.org/puku0x/ngrx-todo.svg?branch=master
[npm-url]: https://badge.fury.io/js/cordova-template-ngx-onsenui
[npm-image]: https://badge.fury.io/js/cordova-template-ngx-onsenui.svg