vue.config.js 179 B

12345678
  1. const { defineConfig } = require('@vue/cli-service')
  2. module.exports = defineConfig({
  3. transpileDependencies: true,
  4. devServer: {
  5. port: 8080,
  6. host:"192.168.0.185"
  7. }
  8. })