Files
bamort/frontend
Frank 591e1c4bb2 neuer Endpunkt available-skills-new verwenden
Nun als POST mit requestData = {
          char_id: this.character.id,
          name: '', // Wird für jede Fertigkeit einzeln gesetzt
          current_level: 0,
          target_level: 1,
          type: 'skill',
          action: 'learn',
          use_pp: 0,
          use_gold: 0,
          reward: this.rewardType || 'default'
        }
2025-07-31 11:01:32 +02:00
..
2025-07-24 07:39:43 +02:00
2025-07-25 20:43:12 +02:00
2025-07-24 07:39:43 +02:00
2025-01-18 20:59:35 +01:00
2025-07-24 07:39:43 +02:00
2025-01-11 09:45:23 +01:00
2025-01-18 20:59:35 +01:00

my-app

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

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