This repo contains an online SQL editor that comes with predefined queries and filter functionalities. It was built with Nuxt.js
Demo can be found on https://sql-editor-test.netlify.app/
Web.dev: Performance Score
GT Metrix: Performance Score
The Page load time of the application was calculated using google chrome's lighthouse feature, GT METRIX, and web.dev.
1. Using [Vue lazy hydrate](https://yarnpkg.com/package/vue-lazy-hydration) to hydrate certain components to improve Time to Interaction.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generateFor detailed explanation on how things work, check out Nuxt.js docs.
