elthran / UDK

A text-based empire strategy game
0 stars 0 forks source link

Dockerize the old UI #2

Closed klondikemarlen closed 3 years ago

klondikemarlen commented 3 years ago

This PR ports in the old UI from https://github.com/elthran/UndyingKingdoms and puts in in Docker.

You can either run the UI as part of the main app or boot it independently. See the https://github.com/elthran/UDK/blob/dockerize-ui/ui/README.md for instructions on how to boot it independently of the main app.

To run it as part of the main app just use the current app instructions.

jnharton commented 3 years ago

To be honest I don't a lot about Docker or Vue beyond the names and that the former has to do with containerization of an environment for deployment to servers and the latter seems to be about creating at least the View part of an MVC architecture.

I'm a little unclear on the purpose of pulling in the old UI, is this so that they can be run together at the same time and compared?

elthran commented 3 years ago

Ya, I believe the idea is to see how all the old code worked and then pull in only the basic Vue components to get started on the new repo @klondikemarlen I don't think there is any intention of pulling in any unnecessary old code other than keeping it in this one branch to look at :D