sa-token/sa-token-demo/sa-token-demo-sso/sa-token-demo-sso-client-vue2
dependabot[bot] ade6761391
Bump @sideway/formula
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 14:50:23 +00:00
..
public 重构 demo 目录结构 2023-04-27 22:49:42 +08:00
src 重构 demo 目录结构 2023-04-27 22:49:42 +08:00
.gitignore 重构 demo 目录结构 2023-04-27 22:49:42 +08:00
babel.config.js 重构 demo 目录结构 2023-04-27 22:49:42 +08:00
package-lock.json Bump @sideway/formula 2023-04-27 14:50:23 +00:00
package.json 重构 demo 目录结构 2023-04-27 22:49:42 +08:00
README.md 重构 demo 目录结构 2023-04-27 22:49:42 +08:00

sa-token-demo-sso-client-vue2

Sa-Token SSO-Client 应用端(前后端分离版-Vue2

在线文档:https://sa-token.cc/

运行

先安装依赖

npm install --registry=https://registry.npm.taobao.org

运行

npm run serve

打包

npm run build