Skip to content

Ewan88/40kCompare

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published