Skip to content

vue3-monaco-editorMonaco Editor for Vue 3

A typed Vue 3 component for SQL editing, Monaco configuration, v-model binding, and database/table/field completion.

Why This Library

vue3-monaco-editor is built for projects that need a small, typed Monaco wrapper for SQL editing:

  • bind editor content with v-model
  • switch Monaco themes from Vue props
  • resize with width and height props
  • pass native Monaco editor options when needed
  • feed database metadata into SQL completion

Next Steps

Released under the MIT License.