Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.48 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.48 KB

40kcompare v.0.1.0

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.

MVP

  • 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

Stretch Goals

  • [] store the data in a database
  • [] edit weapons and units
  • [] rearrange the order of weapons and units

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

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.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint