You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1.getting-started/03.configuration.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,23 +147,23 @@ As stated above, `runtimeConfig` and `app.config` are both used to expose variab
147
147
148
148
Nuxt uses [`nuxt.config.ts`](/docs/3.x/directory-structure/nuxt-config) file as the single source of truth for configurations and skips reading external configuration files. During the course of building your project, you may have a need to configure those. The following table highlights common configurations and, where applicable, how they can be configured with Nuxt.
`TEMPLATE` | Specify which template to generate (options: <api\|app\|app-config\|component\|composable\|error\|layer\|layout\|middleware\|module\|page\|plugin\|server-middleware\|server-plugin\|server-route\|server-util>)
|`TEMPLATE`| Specify which template to generate (options: <api\|app\|app-config\|component\|composable\|error\|layer\|layout\|middleware\|module\|page\|plugin\|server-middleware\|server-plugin\|server-route\|server-util>)|
23
+
|`NAME`| Specify name of the generated file|
24
24
<!--/add-args-->
25
25
26
-
###Options
26
+
## Options
27
27
28
28
<!--add-opts-->
29
-
Option | Default | Description
30
-
--- | --- | ---
31
-
`--cwd=<directory>` | `.` | Specify the working directory
Copy file name to clipboardExpand all lines: docs/5.community/6.roadmap.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ In roadmap below are some features we are planning or working on at the moment.
28
28
Check [Discussions](https://github.com/nuxt/nuxt/discussions) and [RFCs](https://github.com/nuxt/nuxt/discussions/categories/rfcs) for more upcoming features and ideas.
SEO & PWA | 2025 | [nuxt/nuxt#18395](https://github.com/nuxt/nuxt/discussions/18395)| Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support
34
-
Assets | 2025 | [nuxt/nuxt#22012](https://github.com/nuxt/nuxt/discussions/22012)| Allow developers and modules to handle loading third-party assets.
35
-
Translations | - | [nuxt/nuxt.com#1711](https://github.com/nuxt/nuxt.com/issues/1711)| A collaborative project for a stable translation process for Nuxt docs. Currently pending for ideas and documentation tooling support.
|SEO & PWA | 2025 |[nuxt/nuxt#18395](https://github.com/nuxt/nuxt/discussions/18395)| Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support|
34
+
|Assets | 2025 |[nuxt/nuxt#22012](https://github.com/nuxt/nuxt/discussions/22012)| Allow developers and modules to handle loading third-party assets.|
35
+
|Translations | - |[nuxt/nuxt.com#1711](https://github.com/nuxt/nuxt.com/issues/1711)| A collaborative project for a stable translation process for Nuxt docs. Currently pending for ideas and documentation tooling support.|
36
36
37
37
## Core Modules Roadmap
38
38
@@ -63,22 +63,22 @@ The current active version of [Nuxt](https://nuxt.com) is **v4** which is availa
63
63
64
64
Nuxt 3 will continue to receive maintenance updates (both bug fixes and backports of features from Nuxt 4) until the end of January 2026.
65
65
66
-
Each active version has its own nightly releases which are generated automatically. For more about enabling the Nuxt nightly release channel, see [the nightly release channel docs](/docs/3.x/guide/going-further/nightly-release-channel).
66
+
Each active version has its own nightly releases which are generated automatically. For more about enabling the Nuxt nightly release channel, see [the nightly release channel docs](/docs/4.x/guide/going-further/nightly-release-channel).
0 commit comments