https://github.com/tipsy/javalinvue-example
https://github.com/tipsy/javalinvue-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/javalinvue-example
- Owner: tipsy
- License: apache-2.0
- Created: 2019-07-31T17:39:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T18:35:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T19:46:55.147Z (10 months ago)
- Language: Vue
- Size: 17.6 KB
- Stars: 16
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```