vue.config.js 63 B

12345
  1. module.exports = {
  2. devServer: {
  3. port: 8080
  4. }
  5. }