mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
Added package-managers to: Nuxt 4 / codemod
This commit is contained in:
parent
51c9d34749
commit
143c694a76
@ -110,10 +110,26 @@ For a complete list of Nuxt 4 codemods, detailed information on each, their sour
|
||||
|
||||
You can run all the codemods mentioned in this guide using the following `codemod` recipe:
|
||||
|
||||
```bash
|
||||
::package-managers
|
||||
|
||||
```bash [npm]
|
||||
npx codemod@latest nuxt/4/migration-recipe
|
||||
```
|
||||
|
||||
```bash [yarn]
|
||||
yarn dlx codemod@latest nuxt/4/migration-recipe
|
||||
```
|
||||
|
||||
```bash [pnpm]
|
||||
pnpm dlx codemod@latest nuxt/4/migration-recipe
|
||||
```
|
||||
|
||||
```bash [bun]
|
||||
bun x codemod@latest nuxt/4/migration-recipe
|
||||
```
|
||||
|
||||
::
|
||||
|
||||
This command will execute all codemods in sequence, with the option to deselect any that you do not wish to run. Each codemod is also listed below alongside its respective change and can be executed independently.
|
||||
|
||||
#### New Directory Structure
|
||||
|
Loading…
Reference in New Issue
Block a user