Compare commits

...

3 Commits

Author SHA1 Message Date
David Frings, aka DevOpsDavid
2bb9fa90a0
Merge 2f9b2ce11d into 9bf8465806 2024-11-19 22:00:08 +01:00
David Frings, aka DevOpsDavid
2f9b2ce11d
Merge branch 'main' into patch-1 2024-11-17 12:24:25 +01:00
David Frings, aka DevOpsDavid
143c694a76
Added package-managers to: Nuxt 4 / codemod 2024-11-17 11:26:43 +01:00

View File

@ -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