wyandotte / hoi4-icon-search

Simple Vue application for finding HoI4 focus and idea icons.

Home Page:https://wyandotte.github.io/hoi4-icon-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hoi4-icon-search

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.

Building the project

Several npm scripts are included for your convenience.

  1. Clone this repo and open it in a terminal.
  2. npm install.
  3. npm run watch to continuously watch for changes.
  4. Spin up a local server to check the changes, for example with PHP: php -S localhost:8080.
  5. After making changes, run npm run production to create minimized versions of the JS and CSS.
  6. Increase the version number in docs/index.html if applicable.

About

Simple Vue application for finding HoI4 focus and idea icons.

https://wyandotte.github.io/hoi4-icon-search/

License:MIT License


Languages

Language:JavaScript 85.1%Language:Vue 10.6%Language:CSS 4.3%