local.json 708 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "development": {
  3. "scripts": [
  4. "masonry.pkgd.min.js",
  5. "/qrious.js",
  6. "/ckeditor/ckeditor.js",
  7. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  8. ],
  9. "proxy": [
  10. {
  11. "target": "http://127.0.0.1:8888",
  12. "from": "/api",
  13. "to": "/api"
  14. }
  15. ]
  16. },
  17. "test": {
  18. "scripts": [
  19. "masonry.pkgd.min.js",
  20. "/qrious.js",
  21. "/ckeditor/ckeditor.js",
  22. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  23. ]
  24. },
  25. "production": {
  26. "scripts": [
  27. "masonry.pkgd.min.js",
  28. "/qrious.js",
  29. "/ckeditor/ckeditor.js",
  30. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  31. ]
  32. }
  33. }