kos/web/vue.config.js

8 lines
174 B
JavaScript

const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
port: 80, // 启动端口号
},
});