https://github.com/tacxou/jsonforms_builder
Form Builder for JSONForms using Quasar Framework
https://github.com/tacxou/jsonforms_builder
builder bun developer-tools jsonforms nodejs quasar typescript vuejs
Last synced: 3 months ago
JSON representation
Form Builder for JSONForms using Quasar Framework
- Host: GitHub
- URL: https://github.com/tacxou/jsonforms_builder
- Owner: tacxou
- License: bsd-3-clause
- Created: 2025-08-09T01:04:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-17T16:48:02.000Z (3 months ago)
- Last Synced: 2025-12-20T03:35:27.582Z (3 months ago)
- Topics: builder, bun, developer-tools, jsonforms, nodejs, quasar, typescript, vuejs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@tacxou/jsonforms_builder
- Size: 827 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# JSON Forms Builder
[](https://github.com/tacxou/jsonforms_builder/actions/workflows/ci.yml)
[](https://codecov.io/gh/tacxou/jsonforms_builder)


[](https://opensource.org/licenses/BSD-3-Clause)

Form Builder pour JSONForms utilisant le Framework Quasar.
## Prérequis
Ce projet utilise **Bun** comme gestionnaire de packages obligatoire.
### Installation de Bun
```bash
# Installer Bun
curl -fsSL https://bun.sh/install | bash
# Ou avec Homebrew sur macOS
brew install bun
```
### Utilisation
```bash
# Installation des dépendances (OBLIGATOIRE d'utiliser Bun)
bun install
# Démarrage du serveur de développement
bun run start:dev
# Build du projet
bun run build
# Tests
bun test
```

**Note importante :** Ce projet est configuré pour utiliser exclusivement Bun. L'utilisation de npm, yarn ou pnpm sera bloquée par le script `preinstall`.