How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "drifty/ionic-android"
end
vagrant init drifty/ionic-android
vagrant up
This version was created almost 10 years ago.
Fixing the box build.
This version was created almost 10 years ago.
Initial build of the Ionic Android Cordova Vagrant box.