Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/o8e/vue-prune

:scissors: Find unused Vue components in your code
https://github.com/o8e/vue-prune

cli nodejs performance refactor tool vuejs

Last synced: 2 months ago
JSON representation

:scissors: Find unused Vue components in your code

Awesome Lists containing this project

README

        

:scissors: vue-prune


Find unused Vue components in your code



License

### Usage

`npm install -g vue-prune`

Currently you will have to run the script directly from the directory you wish to analyse, for example:

`cd ~/dev/my-vue-project/src && vue-prune`

If you're running this in a standard Vue project, you'll want to be inside the `src` directory otherwise it'll try and go into your `node_modules` and explode.