Files
siujamo 0da17ab0d7 feat: add dayjs, axios, and environment variable configuration
- Add dayjs with duration plugin pre-configured
- Add axios instance with auth token injection and 401 redirect
- Add VITE_API_BASE_URL, VITE_APP_TITLE, and VITE_ENABLE_MOCK env declarations
- Add .env.example with documented variables
2026-06-18 16:45:30 +08:00

7 lines
137 B
Bash

# API base URL for axios requests
VITE_API_BASE_URL=/api
# Application title used in the document head
VITE_APP_TITLE=Vue SPA Template