feat(docs): add links to nuxt tools with programmatically use of @nuxt/kit

This commit is contained in:
Andrey Yolkin 2023-07-29 17:41:25 +03:00
parent 709e02ac14
commit 293dbf7ac8

View File

@ -74,7 +74,7 @@ export default defineNuxtModule<ModuleOptions>({
[source code](https://github.com/nuxt/nuxt/blob/main/packages/kit/src/loader)
Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a CLI tool or test runner.
Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a [CLI tool](https://github.com/nuxt/cli) or [test runner](https://github.com/nuxt/test-utils).
### `loadNuxt`