This is a web app for building army lists and comparing the stats of Warhammer 40k units or weapons.
It is not a compendium of all the units and weapons in the game. You will need to add those yourself.
- Add a weapon and its stats
- Add a unit and its stats
- [] Give a unit an enhancement which increases its points cost
- [] Copy a unit
- [] Compare two units
- [] Compare two weapons
- [] Add units to an army list
- [] Count the number of points in an army list
- [] download the data as a JSON file
- [] store the data in a database
- [] edit weapons and units
- [] rearrange the order of weapons and units
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
npm installnpm run devnpm run buildLint with ESLint
npm run lint