๐ 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