mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs: fix links to nuxi
source code
This commit is contained in:
parent
b8742662ad
commit
4fabe00257
@ -4,7 +4,7 @@ description: "Scaffold an entity into your Nuxt application."
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/add.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: "Analyze the production bundle or your Nuxt application."
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/analyze.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/analyze.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: "Build your Nuxt application."
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/build.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/build.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: 'Remove common generated Nuxt files and caches.'
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/cleanup.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/cleanup.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The dev command starts a development server with hot module replace
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/dev.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/dev.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The devtools command allows you to enable or disable Nuxt DevTools
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/devtools.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/devtools.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: Pre-renders every route of the application and stores the result in
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/generate.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/generate.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The info command logs information about the current or specified Nu
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/info.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/info.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The init command initializes a fresh Nuxt project.
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/init.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/init.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: "Search and add modules to your Nuxt application with the command l
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/module/
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/module/
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The prepare command creates a .nuxt directory in your application a
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/prepare.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/prepare.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The preview command starts a server to preview your application aft
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/preview.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/preview.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The typecheck command runs vue-tsc to check types throughout your a
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/typecheck.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/typecheck.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
@ -4,7 +4,7 @@ description: The upgrade command upgrades Nuxt to the latest version.
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
to: https://github.com/nuxt/cli/blob/main/src/commands/upgrade.ts
|
||||
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/upgrade.ts
|
||||
size: xs
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user