File tree Expand file tree Collapse file tree
packages/vuetify-nuxt-module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,24 +40,24 @@ You can also try it online on StackBlitz:
4040
4141### Existing Project
4242
43- If you already have a Nuxt project, you can add the module using ` nuxi ` :
43+ If you already have a Nuxt project, you can add the module using ` nuxt ` :
4444
4545::: code-group
4646
4747``` bash [npm]
48- npx nuxi@latest module add vuetify-nuxt-module
48+ npx nuxt module add vuetify-nuxt-module
4949```
5050
5151``` bash [yarn]
52- yarn dlx nuxi@latest module add vuetify-nuxt-module
52+ yarn dlx nuxt module add vuetify-nuxt-module
5353```
5454
5555``` bash [pnpm]
56- pnpm dlx nuxi@latest module add vuetify-nuxt-module
56+ pnpm dlx nuxt module add vuetify-nuxt-module
5757```
5858
5959``` bash [bun]
60- bun x nuxi@latest module add vuetify-nuxt-module
60+ bun x nuxt module add vuetify-nuxt-module
6161```
6262
6363:::
Original file line number Diff line number Diff line change 1313 alt : Vuetify Nuxt Module
1414 actions :
1515 - theme : alt
16- text : npx nuxi@latest module add vuetify-nuxt-module
16+ text : npx nuxt module add vuetify-nuxt-module
1717 link : " #"
1818 - theme : brand
1919 text : Get Started
Original file line number Diff line number Diff line change 5252> Requires Vite, will not work with Webpack
5353
5454``` bash
55- npx nuxi@latest module add vuetify-nuxt-module
55+ npx nuxt module add vuetify-nuxt-module
5656```
5757
5858[ ![ Open in StackBlitz] ( https://developer.stackblitz.com/img/open_in_stackblitz.svg )] ( https://stackblitz.com/github/userquin/vuetify-nuxt-module )
You can’t perform that action at this time.
0 commit comments