spring 基础框架建设

build.json 366B

12345678910111213141516171819202122232425
  1. {
  2. "plugins": [
  3. [
  4. "build-plugin-fusion",
  5. {
  6. "themePackage": "@alifd/theme-design-pro"
  7. }
  8. ],
  9. [
  10. "build-plugin-moment-locales",
  11. {
  12. "locales": [
  13. "zh-cn"
  14. ]
  15. }
  16. ]
  17. ],
  18. "proxy": {
  19. "/**": {
  20. "enable": true,
  21. "target": "http://127.0.0.1:8081"
  22. }
  23. },
  24. "publicPath": "./"
  25. }