25.06.2018 Views

Full-Stack Vue.js 2 and Laravel 5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Full</strong> build vs runtime-only<br />

As we've been discussing, <strong>Vue</strong> includes a template compiler for converting any<br />

string or DOM templates to render functions at runtime. The full build includes<br />

the template compiler <strong>and</strong> is what you would normally use. However, if you've<br />

already transformed your templates into render functions in development, you<br />

can use the runtime-only build, which drops the compiler <strong>and</strong> is about 30%<br />

smaller!

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!