728x90 axios1 vue3 + spring legacy + axios 설정(install 생략) vue.config.jsconst { defineConfig } = require("@vue/cli-service");module.exports = defineConfig({ transpileDependencies: true, // 배포 경로가 중복되면 indexPath 생량 outputDir: "../src/main/resources/static", // npm run build // indexPath: "../static/index.html", // creating index.html chainWebpack: (config) => { const svgRule = config.module.rule("svg"); svgRule.uses.clear(); svgRule.use.. 2024. 6. 18. 이전 1 다음