Skip to content

Vue Single File Components

Latest
Compare
Choose a tag to compare
@timschwab timschwab released this 09 Nov 23:34
· 20 commits to master since this release
cee876b

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.