Skip to content

Erupt Web Frontend

erupt-web is the frontend module of the Erupt framework, built with Angular. It provides a complete admin management interface and is distributed as a Jar file — no separate frontend deployment is needed.

Adding the Dependency

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

For a frontend/backend separated deployment, you can omit this dependency and deploy the frontend independently. See Frontend/Backend Separation.

Frontend Source Code

Frontend repository: https://github.com/erupts/erupt-web

Customizing the Appearance

You can customize the frontend appearance by modifying resources/public/app.js and resources/public/app.css. See Configuration.

Contributors

The avatar of contributor named as YuePeng YuePeng

Changelog

Released under the Apache-2.0 License.