# vue-oidc **Repository Path**: arthas_admin/vue-oidc ## Basic Information - **Project Name**: vue-oidc - **Description**: 基于oidc-client单点登陆 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-08-24 - **Last Updated**: 2022-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

vue-oidc

基于oidc-client单点登陆,喜欢的话,欢迎star

## 主要维护人员 |人员|github账号|头像|作者博客|作者网站|联系邮箱| |---|---|---|---|---|---| |码小趣|[maxiaoqu](https://github.com/maxiaoqu) | ![](https://avatars1.githubusercontent.com/u/25891598?s=60&v=4)|http://blog.maxiaoqu.com|http://www.maxiaoqu.com|maxiaoqu@gmail.com ## 案例地址 [单点登陆](http://example.maxiaoqu.com/oidc) ## 使用技术 - vue - vue-router - oidc-client - vue-cli3 - TypeScript - Less\css ## 安装 ``` npm install ``` ## 运行 ``` npm run serve ``` ## 打包 ``` npm run build ``` ## 打包分析 ``` npm run build --report ``` ## 检查 ``` npm run lint ``` ## 文件结构 ```shell ├── public...........................打包所需静态资源 └── src..............................存放文件的相关目录 ├── method.......................相关的方法 ├── router.......................路由文件 ├── store........................vuex状态管理 ├── views........................vue页面文件 ├── APP.vue......................app.vue文件 └── main.js......................vue相关全局配置 ```