Skip to content

wgzhao/data-query-ui

Repository files navigation

Data Query management

This project is a frontend for data-query project. It is built with Vue 3 and Vuetify 3.

💿 Install

Set up your project using your preferred package manager. Use the corresponding command to install the dependencies:

Package Manager Command
yarn yarn install
npm npm install
pnpm pnpm install
bun bun install

After completing the installation, your environment is ready for Vuetify development.

💡 Usage

This section covers how to start the development server and build your project for production.

Starting the Development Server

To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:

yarn dev

(Repeat for npm, pnpm, and bun with respective commands.)

Building for Production

To build your project for production, use:

yarn build

(Repeat for npm, pnpm, and bun with respective commands.)

Once the build process is completed, your application will be ready for deployment in a production environment.

📑 License

MIT

About

frontend for data-query project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published