Skip to content

SSS去中心化前台(Vue-cli 3.x)

项目地址

项目地址

项目发版分支

此项目发版默认为master分支,不排除后续添加其他发版分支

项目发版版本命令

  • 本地测试版本
bash
npm run localsever
  • 线上测试版本
bash
npm run alpha
  • 线上正式版本
bash
npm run beta

项目发版接口地址

  • 本地测试版本 API
js
http://192.168.1.116:8079
  • 本地测试版本 WEBSOCKET
js
ws://192.168.1.116:8082
  • 线上测试版本 API
js
http://api1.ledx.xyz
  • 线上测试版本 WEBSOCKET
js
ws://ws.ledx.xyz
  • 线上正式版本 API
js
https://api.opq.plus
  • 线上正式版本 WEBSOCKET
js
wss://ws.opq.plus

项目访问地址

  • 本地测试版本 暂无

  • 线上测试版本 暂无

  • 线上正式版本 暂无

Released under the MIT License.