[This looks very pleasing](https://appendto.com/2017/02/vue-jss-single-file-components-keeping-it-all-in-one-place-2/): ```html <template> <div class="example">{{ msg }}</div> </template> <script> export default { data () { return { msg: 'Hello world!' } } } </script> <style> .example { font-weight: bold; } </style> ``` - StarcounterApps/Launchpad@2.0.0 - StarcounterApps/SignIn@6e0db6044b817b9fb0d64cdf4e24722b1760cb15