https://github.com/devaman/vue-test
https://github.com/devaman/vue-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devaman/vue-test
- Owner: devaman
- Created: 2023-01-07T19:56:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T15:03:53.000Z (over 3 years ago)
- Last Synced: 2026-02-26T00:40:55.979Z (4 months ago)
- Language: Vue
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sql-editor
Live Link : https://incomparable-puffpuff-96f652.netlify.app/
# Screen Shot

# Lighthouse

# 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
```