Hi all, I’m new to Onsen, and want to build my app using pure JS and CSS.
Also I want to use the Flat (iOS) only styling regardless the platform, I found I can do it using ons.disableAutoStyling();
I downloaded the files from https://github.com/OnsenUI/OnsenUI/releases.
My question is:
How can get the minimal files that can achieve the above, without a need to copy all the library files to my app.
How can I’ve the minimal files that can allow me working smoothly with:
- Flat (iOS) components design
- Pure JS (no other platforms support)
- Only the components that I do use in my html files.
Thanks