Skip to content

Erupt Web 前端源码

erupt-web 是 Erupt 框架的前端模块,基于 Angular 开发,提供完整的后台管理界面。以 Jar 形式分发,无需单独部署前端服务。

引入方式

xml
<dependency>
  <groupId>xyz.erupt</groupId>
  <artifactId>erupt-web</artifactId>
  <version>${erupt.version}</version>
</dependency>

在前后端分离部署场景下,可不添加此依赖,将前端单独部署,详见前后端分离部署

前端源码

前端仓库:https://github.com/erupts/erupt-web

自定义外观

通过修改 resources/public/app.jsresources/public/app.css 可自定义前端外观,详见参数配置

Released under the Apache-2.0 License.