evanpipta / logophile

A word game inspired by boggle. Written in Node and playable in a web browser.
http://logophile.online/
GNU General Public License v2.0
2 stars 0 forks source link

Fully componentize the Vue UI #30

Open evanpipta opened 7 years ago

evanpipta commented 7 years ago

Every piece of the UI inside the body tag should refactored as a Vue component with templates included

For the most part these components should not have their own models though, and they should follow something along the lines of "flux" design pattern

This is important for making the app more easily extensible for future feature adds

evanpipta commented 7 years ago

Remember to include refactoring the popup as part of this