vue-sql-editor

This is a dummy application based on Vue 3 with an input for SQL queries.

Used technologies

  1. Vue 3 – the best framework for the modern web ?
  2. Codemirror – code editor component with the support of SQL
  3. VueUse – a collection of great utilities for the Vue 3, including ones for work with a clipboard and outside of the container clicks

Load time

Load time measured by Google Chrome Lighthouse: load time

Demo

You can check this application here

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

GitHub

View Github