CheatSheet now uses Webpack to build the client UI from Vue single file components. This is a significant improvement in that it does not pollute the global namespace, looks cleaner, runs faster, and opens the door to utilize Webpack more in the future. Note that the server side code is not packaged with Webpack, as there is no need at this time.