# 查看源码的辅助工具 ## vue-template-compiler-playground * 作用:帮助你方便地查看 `Vue` 模板经过编译之后所生成的 `AST`、`render`、`staticRenderFns` 以及编译的错误信息 `errors` * Github:[vue-template-compiler-playground](https://github.com/HcySunYang/vue-template-compiler-playground) * 在线使用:[http://hcysun.me/vue-template-compiler-playground/](http://hcysun.me/vue-template-compiler-playground/)