File tree Expand file tree Collapse file tree
migration-already-vite-plus
migration-auto-create-vite-config
migration-from-tsdown-json-config
migration-from-vitest-config
migration-from-vitest-files
migration-lintstagedrc-json
migration-lintstagedrc-not-support
migration-merge-vite-config-js
migration-merge-vite-config-ts
migration-monorepo-pnpm-overrides-dependency-selector
migration-monorepo-skip-vite-peer-dependency
migration-not-supported-npm8.2
migration-not-supported-pnpm9.4
migration-not-supported-vite6
migration-not-supported-vitest3
migration-rewrite-declare-module
migration-skip-vite-dependency
migration-skip-vite-peer-dependency Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function Setup-NodeManager {
255255function Main {
256256 Write-Host " "
257257 Write-Host " Setting up " - NoNewline
258- Write-Host " VITE+(⚡︎) " - ForegroundColor Cyan - NoNewline
258+ Write-Host " VITE+" - ForegroundColor Cyan - NoNewline
259259 Write-Host " ..."
260260
261261 # Suppress progress bars for cleaner output
@@ -469,7 +469,7 @@ exec "`$VITE_PLUS_HOME/current/bin/vp.exe" "`$@"
469469
470470 # Print success message
471471 Write-Host " "
472- Write-Host " ${GREEN} ✔${NC} ${BOLD_BRIGHT_BLUE} VITE+(⚡︎) ${NC} successfully installed!"
472+ Write-Host " ${GREEN} ✔${NC} ${BOLD_BRIGHT_BLUE} VITE+${NC} successfully installed!"
473473 Write-Host " "
474474 Write-Host " The Unified Toolchain for the Web."
475475 Write-Host " "
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ cleanup_old_versions() {
510510
511511main () {
512512 echo " "
513- echo -e " Setting up VITE+(⚡︎) ..."
513+ echo -e " Setting up VITE+..."
514514
515515 check_requirements
516516
@@ -668,7 +668,7 @@ main() {
668668
669669 # Print success message
670670 echo " "
671- echo -e " ${GREEN} ✔${NC} ${BOLD_BRIGHT_BLUE} VITE+(⚡︎) ${NC} successfully installed!"
671+ echo -e " ${GREEN} ✔${NC} ${BOLD_BRIGHT_BLUE} VITE+${NC} successfully installed!"
672672 echo " "
673673 echo " The Unified Toolchain for the Web."
674674 echo " "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Options:
3939 -h, --help Print help
4040
4141> vp -V # show version
42- VITE+(⚡︎) - The Unified Toolchain for the Web
42+ VITE+ - The Unified Toolchain for the Web
4343
4444PACKAGE VERSIONS:
4545 vite-plus-cli: v<semver>
Original file line number Diff line number Diff line change 11> vp migrate --agent claude --no-interactive # migration with --agent claude should write CLAUDE.md
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44● Using default package manager: pnpm
55│
Original file line number Diff line number Diff line change 11> vp migrate --no-interactive # should detect existing vite-plus and exit
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44└ This project is already using Vite+! Happy coding!
55
Original file line number Diff line number Diff line change 11> vp migrate --no-interactive # migration should auto create vite.config.ts and remove oxlintrc and oxfmtrc
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44● Using default package manager: pnpm
55│
Original file line number Diff line number Diff line change 11> vp migrate --help # show help
2- VITE+(⚡︎) - The Unified Toolchain for the Web
2+ VITE+ - The Unified Toolchain for the Web
33
44USAGE: vp migrate [PATH] [OPTIONS]
55
Original file line number Diff line number Diff line change 11> vp migrate --no-interactive # migration should rewrite imports to vite-plus
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44● Using default package manager: pnpm
55│
@@ -57,7 +57,7 @@ export default defineConfig({
5757}
5858
5959> vp migrate --no-interactive # run migration again to check if it is idempotent
60- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
60+ ┌ VITE+ - The Unified Toolchain for the Web
6161│
6262└ This project is already using Vite+! Happy coding!
6363
Original file line number Diff line number Diff line change 11> vp migrate --no-interactive # migration should rewrite imports to vite-plus
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44● Using default package manager: pnpm
55│
@@ -64,7 +64,7 @@ export default defineConfig({
6464}
6565
6666> vp migrate --no-interactive # run migration again to check if it is idempotent
67- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
67+ ┌ VITE+ - The Unified Toolchain for the Web
6868│
6969└ This project is already using Vite+! Happy coding!
7070
Original file line number Diff line number Diff line change 11> vp migrate --no-interactive # migration should rewrite imports to vite-plus
2- ┌ VITE+(⚡︎) - The Unified Toolchain for the Web
2+ ┌ VITE+ - The Unified Toolchain for the Web
33│
44● Using default package manager: pnpm
55│
You can’t perform that action at this time.
0 commit comments