This commit is contained in:
Tom Hombergs
2020-07-26 21:01:19 +10:00
parent c35f171d32
commit a36255a670
2 changed files with 6 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
# Serve Vue Components from a Thymeleaf Template
This sample shows how to embed a Vue.js project in Gradle to serve Vue components from a server-side Thymeleaf template.
Find out more in the article "[Marrying Vue.js and Thymeleaf: Embedding Javascript Components in Server-Side Templates](https://reflectoring.io/reusable-vue-components-in-thymeleaf/)".