tipsy / javalinvue-example

Apache License 2.0
15 stars 13 forks source link

javalinvue-example

Contains source code for https://javalin.io/tutorials/simple-frontends-with-javalin-and-vue

Contains Source code for Vue 2 and Vue 3 support

Project folder structure

javalinvue-example(2/3)
├───src
│   └─── main
│       └───kotlin
│           ├───javalinvue
│           │   ├───UserController.kt
│           │   └───Main.kt
│           └───resources
│               ├───components
│               │   └───app-frame.vue
│               ├───components
│               │   ├───not-found.vue
│               │   ├───user-overview.vue
│               │   └───user-profile.vue
│               └───layout.html
└───pom.xml