📚 Reference
🔖 Index
vue-template-compiler
- 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
, you will only need it separately if you are writing build tools with very specific needs.
설치
# NPM
npm i vue-template-compiler