vue-template-compiler : template compiler for Vue 2.0. You can installing vue-template-compiler npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install vue-template-compiler $ sudo npm install -g vue-template-compiler
If want to update the vue-template-compiler package execute the command as below,
$ sudo npm update vue-template-compiler
Update package globally,
$ npm install -g vue-template-compiler
$ sudo git clone https://github.com/rektide/vue-template-compiler.git
$ sudo npm install -g ./vue-template-compiler
vue-template-compiler@2.5.8 /usr/lib/node_modules/vue-template-compiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vue-template-compiler
| Package Name | vue-template-compiler |
| Version | 2.5.8 |
| Description | template compiler for Vue 2.0 |
| Released Date | 2017-11-21T14:42:13.212Z |
| Published by | yyx990803 |
| How to Learn | https://www.npmjs.com/package/vue-template-compiler/tutorial |