From 8e3ef6a0638cf0bf5703c2bc3f92a3fe1bf6c5ca Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Sun, 17 Feb 2019 02:00:04 +0800 Subject: [PATCH] docs: clarify docs about using template compiler This commit is for https://github.com/vuejs/vue-loader/issues/1494 --- packages/vue-template-compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-template-compiler/README.md b/packages/vue-template-compiler/README.md index afdb482e0eb..9861bbdf992 100644 --- a/packages/vue-template-compiler/README.md +++ b/packages/vue-template-compiler/README.md @@ -2,7 +2,7 @@ > This package is auto-generated. For pull requests please see [src/platforms/web/entry-compiler.js](https://github.com/vuejs/vue/tree/dev/src/platforms/web/entry-compiler.js). -This package can be used to pre-compile Vue 2.0 templates into render functions to avoid runtime-compilation overhead and CSP restrictions. You will only need it if you are writing build tools with very specific needs. In most cases you should be using [`vue-loader`](https://github.com/vuejs/vue-loader) or [`vueify`](https://github.com/vuejs/vueify) instead, both of which use this package internally. +This package can be used to pre-compile Vue 2.0 templates into render functions to avoid runtime-compilation overhead and CSP restrictions. In most cases you should be using it with [`vue-loader`](https://github.com/vuejs/vue-loader), you will only need it separately if you are writing build tools with very specific needs. ## Installation