README.md

June 26, 2026 · View on GitHub

Auto-generates forms from JSON Schema, enabling zero-frontend-code development


Erupt Engine maven-central jdk 8+ license Apache 2.0 Gitee star Gitee fork GitHub stars GitHub forks

GitHub   |   Gitee   |   Official Website   |   Live Demo   |   Documentation   |   中文


Environment Setup

Before getting started, make sure your development environment has Node.js and npm installed.

Angular requires Node.js version 22.0.0 or higher.

To check your version, run node -v in your terminal.

Getting Started

  1. Install yarn
npm install -g yarn
  1. Install dependencies
yarn install
  1. Configure the backend URL
proxy.conf.js → host
  1. Start the dev server
yarn start

Build

  1. Set the output path in angular.json:

    projects.architect.build.options.outputPath

  2. Run the build command

yarn run build

Tech Stack

TypeScript / RxJS / Less / Angular / ng-zorro-antd / ng-alain

Repositories

GitHubGitee
Backendhttps://github.com/erupts/erupthttps://gitee.com/erupt/erupt
Frontendhttps://github.com/erupts/erupt-webhttps://gitee.com/erupt/erupt-web