Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (35 loc) · 902 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 902 Bytes

java-vuejs-template

Startup Environment

Depending on the requirements of teh development environment you can spin up the required services from the docker-compose.yml file.

docker-compose down docker-compose up -d --build [flyway|api|client]

API

Links

Other

Endpoint: https://localhost:8080
Documentation: https://localhost:8080/documentation.html
Credentials: [email protected]:root

Client

Other

Endpoint: http://localhost:8085

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.