Open evanpipta opened 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
Remember to include refactoring the popup as part of this
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