Skip to content

Commit 8d0fce4

Browse files
Update README.md
1 parent e31e854 commit 8d0fce4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Demo Vue App with OIDC Authentication
22

3+
[![CodeQL](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/codeql-analysis.yml) [![Publish to Github Pages](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/martinussuherman/demo-vue-oidc/actions/workflows/gh-pages.yml)
4+
5+
---
6+
37
Vue 2 + Vuex + Typescript + Vuex-oidc
48

59
Feature:
6-
- Runtime (asynchronous) configuration loading from json file.
10+
- Runtime (asynchronous) OIDC configuration loading from json file.
711
- Vuex getter and action configuration with Typescript.
812
- Vuex-oidc route configuration for public path and callback path using route meta.
913
- Deployment using 404.html to make Vue Router work on Github Pages.
14+
- Github pages manual deployment with workflow_dispatch trigger.
15+
- (Since v.1.2.0) Use vuetify for UI.
16+
- (Since v.1.2.0) Use vite for dev server.
1017

1118
## Project setup
1219
```

0 commit comments

Comments
 (0)