A simple Vue application which lists the icons of Hearts of Iron IV and associated mods to easily find the goal or idea GFX you're looking for.
Several npm scripts are included for your convenience.
- Clone this repo and open it in a terminal.
npm install
.npm run watch
to continuously watch for changes.- Spin up a local server to check the changes, for example with PHP:
php -S localhost:8080
. - After making changes, run
npm run production
to create minimized versions of the JS and CSS. - Increase the version number in
docs/index.html
if applicable.