Vue: Ahead of Time (AoT) Compilation

Created on 21 Nov 2016  ·  4Comments  ·  Source: vuejs/vue

Some people have been asking about Vue.js and AoT
Is there any such information, or forecast for any support for AoT in the future?
Aor perhaps some technical explanation that shows that Vue does not need it, would be very good to have this information.

For references
https://angular.io/docs/ts/latest/cookbook/aot-compiler.html
https://github.com/toshok/echojs
http://chrjs.net/
https://medium.com/javascript-scene/why-we-need-webassembly-an-interview-with-brendan-eich-7fb2a60b0723

Most helpful comment

@yyx990803
Is it possible to mention this in the documentation?
I can not find any reference about it.

All 4 comments

vue-loader and vueify supports AoT out of the box - which means any project scaffolded with vue-cli are already using AoT.

Thanks @yyx990803

@yyx990803
Is it possible to mention this in the documentation?
I can not find any reference about it.

vue-loader and vueify supports AoT out of the box - which means any project scaffolded with vue-cli are already using AoT.

Maybe some articles about aot in vue-cli is neccessary.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yyx990803 picture yyx990803  ·  210Comments

alenyu picture alenyu  ·  43Comments

asiFarran picture asiFarran  ·  34Comments

smolinari picture smolinari  ·  116Comments

karevn picture karevn  ·  42Comments