# ssp-client-vue2 Sa-SSO-Pro Client 应用端(前后端分离版-Vue2) ## 运行 先安装依赖 ``` bat npm install --registry=https://registry.npm.taobao.org ``` 运行 ``` bat npm run serve ``` 打包 ``` bat npm run build ```