You can start your new cordova project perfectly with this template.
This template uses:
- Node.js: 10.x or higher
- Cordova: 9.x or higher
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
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