Hi all,
I would like to share a dockerised quasar environment I put together to help me kickstart new projects quickly.
At least in so far as development for Android goes, this starter should get a quasar / cordova newbie (I count myself in this category) ready to go in under 10 minutes.
https://github.com/djleven/quasar-dockerised-starter
It basically is:
- a docker-compose file which uses an ‘android-cordova-quasar’ docker image
- an empty quasar-cli project (the starter codebase generated by ‘quasar init’)
- some package.json “scripts” to get started
I appreciate any feedback, suggestions, tips, improvements, etc
Hope you find it usefull.
Thanks,
Kostas