vue.config.js 70 B

12345
  1. module.exports = {
  2. devServer: {
  3. proxy: 'http://localhost:3000'
  4. }
  5. }