Skip to content

专注于企业信息化建设,深度融合AI技术,赋能数字化转型,驱动企业智慧升级

地址

体验地址 https://elm.softfocus.cn/
文档地址 https://docs.softfocus.cn//

技术栈

git 仓库

平台地址
github前端项目 https://github.com/starrystar-tech/elm-frontend
后端项目 https://github.com/starrystar-tech/elm-backend
文档地址 https://github.com/starrystar-tech/elm-docs
gitee前端项目 https://gitee.com/starrystar-tech/elm-frontend
后端项目 https://gitee.com/starrystar-tech/elm-backend
文档地址 https://gitee.com/starrystar-tech/elm-docs

启动

shell
# 安装 pnpm,提升依赖的安装速度
npm config set registry https://registry.npmmirror.com
npm install -g pnpm
# 安装依赖
pnpm install

# 启动服务
pnpm run docs:dev

出现如下界面,说明启动成功 启动成功