vue.config.js 62 B

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