I did this tutorial :
https://onsen.io/v2/guide/tutorial.html#tutorial
Used phonegap to generate blank project and visual studio code to write.
Best to stick to vanilla javascript, jquery fails in many places. Also best to embed code in respective html files instead of putting all in app.js
Do not use es6 arrow function, const or let, it fails in nox player although works in chrome browser.
Completed working project here:
https://github.com/paulchin/onsen-06-tutorial