@tacxou/jsonforms_builder
v1.0.3
Published
Form Builder for JSONForms using Quasar Framework
Readme
JSON Forms Builder

Form Builder pour JSONForms utilisant le Framework Quasar.
Prérequis
Ce projet utilise Bun comme gestionnaire de packages obligatoire.
Installation de Bun
# Installer Bun
curl -fsSL https://bun.sh/install | bash
# Ou avec Homebrew sur macOS
brew install bunUtilisation
# 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 testNote importante : Ce projet est configuré pour utiliser exclusivement Bun. L'utilisation de npm, yarn ou pnpm sera bloquée par le script preinstall.
