Skip to content

Commit

Permalink
feat(nuxt): migrate to new nuxt/cli (#22799)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Aug 25, 2023
1 parent da117ec commit abd5d85
Show file tree
Hide file tree
Showing 44 changed files with 27 additions and 1,864 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jspm_packages

package-lock.json
packages/*/README.md
!packages/nuxi/README.md
packages/*/LICENSE
*/**/yarn.lock
/.yarn
Expand Down
1 change: 0 additions & 1 deletion .stackblitz/codeflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"@nuxt/test-utils": "./packages/test-utils",
"@nuxt/vite": "./packages/vite",
"@nuxt/webpack": "./packages/webpack",
"nuxi": "./packages/nuxi",
"nuxt": "./packages/nuxt"
}
}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@nuxt/test-utils": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"vite": "4.4.9",
"vue": "3.3.4",
Expand Down Expand Up @@ -65,7 +64,7 @@
"jiti": "1.19.3",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.0",
"nuxi": "workspace:*",
"nuxi": "npm:[email protected]",
"nuxt": "workspace:*",
"nuxt-vitest": "0.10.2",
"ofetch": "1.3.3",
Expand Down
5 changes: 5 additions & 0 deletions packages/nuxi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Nuxt CLI (nuxi)

⚡️ Next Generation CLI Experience for [Nuxt](https://nuxt.com/).

- 👉 View on GitHub at https://github.com/nuxt/cli
2 changes: 0 additions & 2 deletions packages/nuxi/bin/nuxi.mjs

This file was deleted.

31 changes: 0 additions & 31 deletions packages/nuxi/build.config.ts

This file was deleted.

60 changes: 0 additions & 60 deletions packages/nuxi/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/nuxi/src/cli-run.ts

This file was deleted.

58 changes: 0 additions & 58 deletions packages/nuxi/src/cli-wrapper.ts

This file was deleted.

87 changes: 0 additions & 87 deletions packages/nuxi/src/cli.ts

This file was deleted.

62 changes: 0 additions & 62 deletions packages/nuxi/src/commands/add.ts

This file was deleted.

Loading

0 comments on commit abd5d85

Please sign in to comment.