vue-sql-editor
This is a dummy application based on Vue 3 with an input for SQL queries.
Used technologies
- Vue 3 – the best framework for the modern web ?
- Codemirror – code editor component with the support of SQL
- 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:
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