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