launch.json 510 B

1234567891011121314151617181920212223
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "openVueDevtools" : true,
  6. "playground" : "custom",
  7. "type" : "uni-app:app-android"
  8. },
  9. {
  10. "app-plus" : {
  11. "launchtype" : "local"
  12. },
  13. "mp-weixin" : {
  14. "launchtype" : "local"
  15. },
  16. "type" : "uniCloud"
  17. },
  18. {
  19. "openVueDevtools" : true,
  20. "type" : "uni-app:app-ios"
  21. }
  22. ]
  23. }