README.md

Introduction

Data studio web is a data studio implemented based on Vue3.0+TS+Element plus. It gives the OpenGauss integrated platform the ability to visually operate the database.

Function

  • Developed with Vue3.0, single file components use <script setup>
  • Use keep-alive to cache the entire page and support multi-level nested pages

Download Dependencies

 npm install
 cnpm install
 yarn 

Build

 npm run build 

eslint+prettier

# eslint check code
npm run lint

# prettier format code
npm run lint:prettier