An open API service indexing awesome lists of open source software.

https://github.com/devaman/vue-test


https://github.com/devaman/vue-test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# sql-editor

Live Link : https://incomparable-puffpuff-96f652.netlify.app/
# Screen Shot
![demo](demo.png)
# Lighthouse
![lighthouse](lighthouse.png)

# Tech Stack
Vue js 3, Element Ui, Pinia
# Features

- Users can run pre-defined queries fetched from Github API
- Added pagination to render large amount of data
- Saving the history of commands that user ran.
- User can cancel the query.
- User can run multiple queries in multiple Tabs .
- User can sort all columns

# Optimisation
- Added Gzip Compression
---
## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```