mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-12-21 19:09:45 +08:00
新增SSO前后端分离集成示例 vue2 版本
This commit is contained in:
20
sa-token-demo/sa-token-demo-sso-client-vue2/README.md
Normal file
20
sa-token-demo/sa-token-demo-sso-client-vue2/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# sa-token-demo-sso-client-vue2
|
||||
Sa-Token SSO-Client 应用端(前后端分离版-Vue2)
|
||||
|
||||
在线文档:[https://sa-token.cc/](https://sa-token.cc/)
|
||||
|
||||
## 运行
|
||||
先安装依赖
|
||||
``` bat
|
||||
npm install --registry=https://registry.npm.taobao.org
|
||||
```
|
||||
|
||||
运行
|
||||
``` bat
|
||||
npm run serve
|
||||
```
|
||||
|
||||
打包
|
||||
``` bat
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user