21487660d6
new file: main_dc/BB/bbvue/src/components/EventCard.vue new file: main_dc/BB/bbvue/src/components/RegistrationCard.vue modified: main_dc/BB/bbvue/src/router/index.js new file: main_dc/BB/bbvue/src/stores/event.js modified: main_dc/BB/bbvue/src/stores/helpers/api.js new file: main_dc/BB/bbvue/src/stores/personalBests.js new file: main_dc/BB/bbvue/src/stores/stats.js new file: main_dc/BB/bbvue/src/views/DetailedStats.vue new file: main_dc/BB/bbvue/src/views/Events.vue new file: main_dc/BB/bbvue/src/views/PersonalBests.vue modified: main_dc/BB/bbvue/src/views/Profile.vue add pages for stats, best-personal and stores
bbvue
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
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint