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/)".

View File

@@ -1,24 +1 @@
# client This Gradle modules creates a JAR containing all the Vue resources created by the NPM build.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).