An open API service indexing awesome lists of open source software.

https://github.com/tipsy/javalinvue-example


https://github.com/tipsy/javalinvue-example

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```