launch.json 462 B

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