hidayat05 / springboot-vue-kotlin

springboot + kotlin + vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KBoot

Backend

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you:

Additional Reference

client

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

server

  • make build (executable jar in gradle)
gradle bootjar
java -jar build/libs/kboot-0.0.1-SNAPSHOT.jar

docker

ref docker build

  • create docker image: docker build . -t kboot-app
  • run docker image: docker run -p 8090:8090 kboot-app:latest
  • check your browser: http://localhost:8090

About

springboot + kotlin + vue


Languages

Language:Kotlin 54.7%Language:Vue 31.1%Language:HTML 8.3%Language:JavaScript 5.0%Language:Dockerfile 0.9%