# jsonforms-esm **Repository Path**: mirrors_esnet/jsonforms-esm ## Basic Information - **Project Name**: jsonforms-esm - **Description**: The JSONForms library (https://jsonforms.io) wrapped in a Vue Webcomponent and bundled as an ECMAScript Module (ESM) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-05 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSONForms Vue WebComponent ESM ## Background and Wrapper Notes This Repo contains a Vue wrapper for the JSONForms library. The Vue3 wrapper builds a WebComponent. The standard Vue3 build tools cannot yield a webcomponent. But! Using Vite as a build tool allows us to build the WebComponent and bundle it into into an ECMAScript module. ECMAScript modules can be `import`ed directly into a browser, or included as a `