Skip to content

Commit abd5d85

Browse files
authored
feat(nuxt): migrate to new nuxt/cli (#22799)
1 parent da117ec commit abd5d85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+27
-1864
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jspm_packages
44

55
package-lock.json
66
packages/*/README.md
7+
!packages/nuxi/README.md
78
packages/*/LICENSE
89
*/**/yarn.lock
910
/.yarn

Diff for: .stackblitz/codeflow.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"@nuxt/test-utils": "./packages/test-utils",
77
"@nuxt/vite": "./packages/vite",
88
"@nuxt/webpack": "./packages/webpack",
9-
"nuxi": "./packages/nuxi",
109
"nuxt": "./packages/nuxt"
1110
}
1211
}

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@nuxt/test-utils": "workspace:*",
3434
"@nuxt/vite-builder": "workspace:*",
3535
"@nuxt/webpack-builder": "workspace:*",
36-
"nuxi": "workspace:*",
3736
"nuxt": "workspace:*",
3837
"vite": "4.4.9",
3938
"vue": "3.3.4",
@@ -65,7 +64,7 @@
6564
"jiti": "1.19.3",
6665
"markdownlint-cli": "^0.33.0",
6766
"nitropack": "2.6.0",
68-
"nuxi": "workspace:*",
67+
"nuxi": "npm:[email protected]",
6968
"nuxt": "workspace:*",
7069
"nuxt-vitest": "0.10.2",
7170
"ofetch": "1.3.3",

Diff for: packages/nuxi/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Nuxt CLI (nuxi)
2+
3+
⚡️ Next Generation CLI Experience for [Nuxt](https://nuxt.com/).
4+
5+
- 👉 View on GitHub at https://github.com/nuxt/cli

Diff for: packages/nuxi/bin/nuxi.mjs

-2
This file was deleted.

Diff for: packages/nuxi/build.config.ts

-31
This file was deleted.

Diff for: packages/nuxi/package.json

-60
This file was deleted.

Diff for: packages/nuxi/src/cli-run.ts

-5
This file was deleted.

Diff for: packages/nuxi/src/cli-wrapper.ts

-58
This file was deleted.

Diff for: packages/nuxi/src/cli.ts

-87
This file was deleted.

Diff for: packages/nuxi/src/commands/add.ts

-62
This file was deleted.

0 commit comments

Comments
 (0)