Vue 2 + Vuex + Typescript + Vuex-oidc
Feature:
- Runtime (asynchronous) OIDC configuration loading from json file.
- Vuex getter and action configuration with Typescript.
- Vuex-oidc route configuration for public path and callback path using route meta.
- Deployment using 404.html to make Vue Router work on Github Pages.
- Github pages manual deployment with workflow_dispatch trigger.
- (Since v.1.2.0) Use vuetify for UI.
- (Since v.1.2.0) Use vite for dev server.
pnpm install
pnpm run serve
pnpm run build
pnpm run lint