Skip to content

wintercn/jfe

Repository files navigation

JFE

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.

Site

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.

Development

Install dependencies:

npm install

Run locally:

npm run dev

Build:

npm run build

Build for GitHub Pages:

GITHUB_PAGES=true npm run build

About

A JSON editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors