fg123 / roommates

Suite of applications for roommate management.
https://roommates.felixguo.me/
2 stars 1 forks source link

Dashboard Redesign with Vue and Webpack #32

Closed fg123 closed 6 years ago

fg123 commented 6 years ago

As the dashboard gets more and more complex with the sub-applications, it makes sense to separate each part into it's own component to create a better development workflow.

We should convert the user facing application to a full Vue setup, bundled with Webpack. We should also transition from Material Design Lite (which is actually deprecated) to https://github.com/material-components/material-components-web.

fg123 commented 6 years ago

Done #40