gradle (1) 썸네일형 리스트형 springboot + gradle + front-end npm build spec : vue-cli3 spring boot + npm 으로 front 관련 라이브러리 관리 plugins { id 'com.github.node-gradle.node' version '3.2.1' } repositories { mavenCentral() maven { url "https://plugins.gradle.org/m2"} } /* 관련 node 정보 */ node { download = false version = "16.14.0" npmVersion = "" yarnVersion = "" npmInstallCommand = "install" npmWorkDir = file("${project.projectDir}/.gradle/npm") yarnWorkDir = file("${proj.. 이전 1 다음