justice47 / vue-sql-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vue 70.2%Language:TypeScript 16.8%Language:CSS 9.8%Language:HTML 1.7%Language:JavaScript 1.5%