A Vue.js & Keycloak project
Ref to this artical to setup container and follow the steps to config your keycloak
And set Web origins
as http://localhost:8081
, Valid redirect URIs
as http://localhost:8081/*
# install dependencies
pnpm install
# serve with hot reload at localhost:8080
pnpm run dev
# build for production with minification
pnpm run build
For detailed explanation on how things work, consult the docs for vue-loader.