eslint-plugin-vue : eslint plugin for vue.js projects. You can installing eslint-plugin-vue 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 eslint-plugin-vue $ sudo npm install -g eslint-plugin-vue
If want to update the eslint-plugin-vue package execute the command as below,
$ sudo npm update eslint-plugin-vue
Update package globally,
$ npm install -g eslint-plugin-vue
$ sudo git clone https://github.com/rektide/eslint-plugin-vue.git
$ sudo npm install -g ./eslint-plugin-vue
eslint-plugin-vue@2.1.0 /usr/lib/node_modules/eslint-plugin-vue
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-vue
Package Name | eslint-plugin-vue |
Version | 2.1.0 |
Description | eslint plugin for vue.js projects |
Released Date | 2017-06-19T09:44:13.967Z |
Published by | michalsnik |
How to Learn | https://www.npmjs.com/package/eslint-plugin-vue/tutorial |