Thymeleaf + Vue application
This commit is contained in:
9
spring-boot/thymeleaf-vue/client/build.gradle
Normal file
9
spring-boot/thymeleaf-vue/client/build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id "com.github.node-gradle.node" version "2.2.4"
|
||||
}
|
||||
|
||||
task build(type: NpmTask) {
|
||||
inputs.dir("src")
|
||||
outputs.dir("dist")
|
||||
args = ['run', 'build']
|
||||
}
|
||||
Reference in New Issue
Block a user