local.json 692 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "development": {
  3. "serverHost": "127.0.0.1",
  4. "serverPort": 80,
  5. "title": "",
  6. "description": "",
  7. "keyword": "",
  8. "scripts": [],
  9. "publicPath": "/",
  10. "basename": "/",
  11. "proxy": [
  12. {
  13. "target": "",
  14. "from": "/",
  15. "to": "/"
  16. }
  17. ]
  18. },
  19. "test": {
  20. "serverHost": "127.0.0.1",
  21. "serverPort": 3000,
  22. "title": "",
  23. "description": "",
  24. "keyword": "",
  25. "scripts": [],
  26. "publicPath": "/",
  27. "basename": "/"
  28. },
  29. "production": {
  30. "serverHost": "127.0.0.1",
  31. "serverPort": 3000,
  32. "title": "",
  33. "description": "",
  34. "keyword": "",
  35. "scripts": [],
  36. "publicPath": "/",
  37. "basename": "/"
  38. }
  39. }