Skip to content

tacxou/jsonforms_builder

Repository files navigation

JSON Forms Builder

CI codecov NPM Version NPM Downloads License

JSONForms Builder banner

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 bun

Utilisation

# 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

Alt

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