Skip to content

puku0x/cordova-template-ngx-onsenui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build npm version

cordova-template-ngx-onsenui

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

This template uses:

Requirements

  • Node.js: 10.x or higher
  • Cordova: 9.x or higher

Installation

This template needs cordova or phonegap, for more information cordova installation or phonegap installation.

$ 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