The converted Vite project could be found in a new directory filename-toVite. Note: the default conversion is vue-cli project. Pass in the -t webpack option to convert a webpack project.
ts-case-convert is a zero dependency implementation for converting object keys between camelCase, snake_case, PascalCase, and SCREAMING_SNAKE_CASE while preserving TypeScript type information, code ...