vue.config.js 94 B

123456
  1. module.exports = {
  2. devServer: {
  3. proxy: 'http://localhost:3000'
  4. },
  5. publicPath: '/static'
  6. }