Vue.js is the framework I've chosen for my PHP + JS application, and I'm using the full build of Vue by directly including it via a script tag without any build tool.
I'm now wondering how I can pre-compile my templates without relying on build tools like Webpack or Browserify.
Any help in advance would be greatly appreciated.