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
- Host: GitHub
- URL: https://github.com/puku0x/cordova-template-ngx-onsenui
- Owner: puku0x
- License: apache-2.0
- Created: 2018-04-09T02:36:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:20:22.000Z (over 2 years ago)
- Last Synced: 2025-03-28T16:38:14.445Z (3 months ago)
- Topics: angular, cordova, onsenui, phonegap
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/cordova-template-ngx-onsenui
- Size: 12.4 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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