JFE is a JSON visual editor DSL workbench.
It describes editable JSON values with small, composable widgets. The current implementation is a React site with no third-party UI component library.
https://wintercn.github.io/jfe/
The site includes:
- Home: project introduction and quick entry points.
- Cases: live widget demos with JSON output.
- Docs: DSL and built-in widget documentation.
Install dependencies:
npm installRun locally:
npm run devBuild:
npm run buildBuild for GitHub Pages:
GITHUB_PAGES=true npm run build