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
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
andvueify
supports AoT out of the box - which means any project scaffolded withvue-cli
are already using AoT.
Maybe some articles about aot in vue-cli is neccessary.
Most helpful comment
@yyx990803
Is it possible to mention this in the documentation?
I can not find any reference about it.