vue-migration-checker
v1.0.0
Published
Vue 2 to Vue 3 migration issues checker (console tool)
Readme
vue-migration-checker
A CLI tool to check Vue 2 -> Vue 3 migration issues in your codebase.
Requirements
- Node.js 18 or 20 (recommended: use nvm)
Setup
Install dependencies:
npm installBuild the project:
npm run build
Usage
You can run the tool using npx (after building or after publishing to npm):
npx vue-migration-checker <directory>For example, to check the src folder:
npx vue-migration-checker srcDevelopment
- Source files are in
src/ - Output is built to
dist/ - Main entry:
src/checker.ts
License
MIT
