launch.json 469 B

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