Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/o8e/vue-prune
- Owner: o8e
- License: mit
- Created: 2019-08-29T10:36:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T10:43:22.000Z (about 2 years ago)
- Last Synced: 2024-01-04T17:04:17.955Z (about 1 year ago)
- Topics: cli, nodejs, performance, refactor, tool, vuejs
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:scissors: vue-prune
Find unused Vue components in your code
### 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.