Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinussuherman/vmd-vite-ts-oidc
[WIP] Vuetify Material Dashboard with Vite and OIDC Authentication
https://github.com/martinussuherman/vmd-vite-ts-oidc
oidc oidc-client typescript vite vue vuejs vuetify vuetify-material-dashboard
Last synced: 27 days ago
JSON representation
[WIP] Vuetify Material Dashboard with Vite and OIDC Authentication
- Host: GitHub
- URL: https://github.com/martinussuherman/vmd-vite-ts-oidc
- Owner: martinussuherman
- License: mit
- Created: 2021-03-09T06:46:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T01:57:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T14:26:25.149Z (2 months ago)
- Topics: oidc, oidc-client, typescript, vite, vue, vuejs, vuetify, vuetify-material-dashboard
- Language: Vue
- Homepage: https://martinussuherman.github.io/vmd-vite-ts-oidc
- Size: 4.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuetify Material Dashboard with Vite and OIDC Authentication
Vuetify Material Dashboard + Vuex + Typescript + Vuex-oidc
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run serve
```### Compiles and minifies for production
```
pnpm run build
```### Lints and fixes files
```
pnpm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).