Files
NexQuant/web
dependabot[bot] b06b2ee213 chore(deps): Bump echarts, vue-echarts and echarts-gl in /web
Bumps [echarts](https://github.com/apache/echarts), [vue-echarts](https://github.com/ecomfe/vue-echarts) and [echarts-gl](https://github.com/ecomfe/echarts-gl). These dependencies needed to be updated together.

Updates `echarts` from 5.6.0 to 6.1.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.6.0...6.1.0)

Updates `vue-echarts` from 7.0.3 to 8.0.1
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v7.0.3...v8.0.1)

Updates `echarts-gl` from 2.0.9 to 2.1.0
- [Release notes](https://github.com/ecomfe/echarts-gl/releases)
- [Commits](https://github.com/ecomfe/echarts-gl/commits/2.1.0)

---
updated-dependencies:
- dependency-name: echarts
  dependency-version: 6.1.0
  dependency-type: direct:production
- dependency-name: vue-echarts
  dependency-version: 8.0.1
  dependency-type: direct:production
- dependency-name: echarts-gl
  dependency-version: 2.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 14:13:43 +00:00
..
2026-03-18 14:04:52 +08:00
2026-03-18 14:04:52 +08:00
2026-03-18 14:04:52 +08:00
2026-03-18 14:04:52 +08:00

R&D-Agent

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

API URL behavior after build

This project uses the current page origin as the API base URL.

If the built frontend is served by the same Flask server that also exposes /upload, /trace, /control and other APIs, no extra frontend configuration is needed. The frontend will automatically call the same host and port that served the page.

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.