Skip to content

crocodileci/cordova-template-ngx-onsenui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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: 8.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

Packages

No packages published

Languages

  • TypeScript 71.4%
  • JavaScript 15.0%
  • HTML 13.1%
  • CSS 0.5%