vue.config.js 49 B

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