- Add BETA badge to TeleCart Pulse tab in navigation - Implement pulsing heartbeat animation for pulse icon - Add dynamic color change for icon (light red when inactive, bright red when active) - Add dynamic color change for BETA label (light orange when inactive, bright orange when active) - Add informational block about TeleCart Pulse in TeleCartPulseView component - Update App.vue with pulse icon animation and styling - Update TeleCartPulseView.vue with info block and styling
admin
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Customize configuration
See Vite Configuration Reference.
Project Setup
bun install
Compile and Hot-Reload for Development
bun dev
Compile and Minify for Production
bun run build
Lint with ESLint
bun lint