浏览代码

new: auxiliary tool

HcySunYang 7 年之前
父节点
当前提交
601dd5f01b
共有 2 个文件被更改,包括 14 次插入0 次删除
  1. 4 0
      docs/.vuepress/config.js
  2. 10 0
      docs/tools/README.md

+ 4 - 0
docs/.vuepress/config.js

@@ -31,6 +31,10 @@ module.exports = {
         text: '扩展阅读',
         link: '/more/'
       },
+      {
+        text: '辅助工具',
+        link: '/tools/'
+      },
       {
         text: '人之初',
         link: '/donate/'

+ 10 - 0
docs/tools/README.md

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