Skip to content

Commit f19e799

Browse files
committed
chore: prefer nuxt to nuxi
1 parent bc31be6 commit f19e799

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"eslint.useFlatConfig": true,
33
"cSpell.words": [
44
"defu",
5-
"nuxi",
65
"Nuxt",
76
"nuxtify",
87
"unhead",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To use this module in your [new](https://nuxt.com/docs/getting-started/installat
117117
Install the module in your Nuxt application with one command:
118118

119119
```bash
120-
npx nuxi@latest module add @nuxtify/core
120+
npx nuxt module add @nuxtify/core
121121
```
122122

123123
### 2. Update Nuxt config

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
],
3434
"scripts": {
3535
"prepack": "nuxt-module-build build",
36-
"dev": "nuxi dev playground",
37-
"dev:build": "nuxi build playground",
38-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
36+
"dev": "npm run dev:prepare && nuxt dev playground",
37+
"dev:build": "nuxt build playground",
38+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
3939
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
4040
"lint": "eslint .",
4141
"lint:fix": "eslint . --fix",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"name": "@nuxtify/core-playground",
44
"type": "module",
55
"scripts": {
6-
"dev": "nuxi dev",
7-
"build": "nuxi build",
8-
"generate": "nuxi generate"
6+
"dev": "nuxt dev",
7+
"build": "nuxt build",
8+
"generate": "nuxt generate"
99
},
1010
"dependencies": {
1111
"nuxt": "^4.2.2"

0 commit comments

Comments
 (0)