Skip to content

Headless Core

FormX Core can run without Vue or Element Plus.

ts
import { FormXEngine } from '@formxjs/core'

const engine = new FormXEngine({ schema })
engine.dispatch('init')
engine.setValue('enabled', false)
console.log(engine.getDiagnostics())