Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 600 Bytes

libre-sealdice-ui

海豹核心的前端实现

说明

本仓库为海豹核心(AGPLv3 分叉)的前端实现,使用 Vue3 + ElementPlus 开发。

后端仓库:libre-sealdice-core

分叉相关见上述仓库,该仓库包含对应的前端入口(如创建 LagrangeGo 相关连接),故同样分叉保留。

但该仓库本身不受 AGPLv3 传染,依然为 MIT 协议开源。

部署

npm install

开发环境

npm run dev

生产环境

npm run build

其他内容待补充