mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-11-30 10:58:05 +08:00
f5dbe6c6ba
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
README.md |
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