WARNING
Work in progress!
TIP
You can take a look at the UVue demo, all source code are published in universal-vue/examples repository!
With CSS
With JS
You can try the Auto routing Vue CLI plugin to have the same behavior.
You will need to declare the needed transpile dependency:
In vue.config.js
module.exports = {
transpileDependencies: [/^vuetify/],
};