vue-template-validator : utlity for validating vue templates at compile time. You can installing vue-template-validator 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-validator $ sudo npm install -g vue-template-validator
If want to update the vue-template-validator package execute the command as below,
$ sudo npm update vue-template-validator
Update package globally,
$ npm install -g vue-template-validator
$ sudo git clone https://github.com/rektide/vue-template-validator.git
$ sudo npm install -g ./vue-template-validator
vue-template-validator@1.1.5 /usr/lib/node_modules/vue-template-validator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vue-template-validator
| Package Name | vue-template-validator |
| Version | 1.1.5 |
| Description | utlity for validating vue templates at compile time |
| Released Date | 2016-02-29T17:59:40.773Z |
| Published by | yyx990803 |
| How to Learn | https://www.npmjs.com/package/vue-template-validator/tutorial |