ECOM-SpringBoot-Vue/superMarket-frontend/vue.config.js

14 lines
196 B

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
module.exports={
devServer:{
host:"localhost",
port: 9292
},
}