tipsy / javalinvue-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javalinvue-example

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

About

License:Apache License 2.0


Languages

Language:Vue 48.2%Language:Kotlin 46.9%Language:HTML 4.9%