Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.env.development 897 B

1 år sedan
1234567891011121314151617181920212223
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # 这里修改成api服务器地址
  5. VUE_APP_BASE_API = '/api'
  6. # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
  7. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
  8. # It only does one thing by converting all import() to require().
  9. # This configuration can significantly increase the speed of hot updates,
  10. # when you have a large number of pages.
  11. # Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
  12. VUE_CLI_BABEL_TRANSPILE_MODULES = true
  13. VUE_APP_REPORT_DESIGN_URL = 'http://hfxny.mes.picaiba.com/ureport/designer'
  14. VUE_APP_REPORT_VIEW_URL = 'http://hfxny.mes.picaiba.com/ureport/preview'
  15. # sh record:
  16. # @liubin
  17. # 鉴于该文件不被git追踪,固用来保存一些local的东西,比如命令之类的
  18. eval "$(ssh-agent -s)" && ssh-add ~/Desktop/ssh/id_rsa