You can install a plugin into an already created project with the vue add
command.
vue add @vue/eslint
(OR)
vue add @vue/cli-plugin-eslint
You can also add options for plugin
vue add @vue/eslint --config airbnb --lintOn save
If a plugin is already installed, you can skip the installation and only invoke its generator with the vue invoke
command.