How It Works - michaelolof/wiki-tester GitHub Wiki

Vue Literal Compiler is just a compiler vue-loader works with to understand your .ts/.js files

You're essentially still using Vue Loader. Not much has changed and this good news.

This also means anything you can do in your .vue files, you can do in plain .js or .ts files. with additional benefits like support for code refractoring, intellisense and linting even in your vue templates.

Vue Literal Compiler is not a replacement for Vue Loader