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.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.
VITE_STATIC_PROXY: optional static proxy base. Example:https://schedule.scutbot.cn/static
When VITE_STATIC_PROXY is set, app requests are forwarded as:
- live json:
https://schedule.scutbot.cn/static/https://rm-static.djicdn.com/live_json/*.json - team logos/images:
https://schedule.scutbot.cn/static/<original-image-url>
The app does not append /static automatically. Please provide the full proxy base in VITE_STATIC_PROXY.
Live json requests automatically append a timestamp query string to avoid proxy cache.