1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-20 00:11:18 +00:00
Commit Graph

1866 Commits

Author SHA1 Message Date
Alex Liu
ee73a92e30
docs: explain why headers not forwarded when using $fetch on the server () 2025-02-25 08:20:40 +00:00
Anthony Fu
669ec12f80
docs: fix typo in example command () 2025-02-25 06:46:32 +00:00
Alex Liu
4f122ea251
docs: add .nuxtrc documentation () 2025-02-24 10:54:38 +00:00
Alex Liu
fc33958173
docs: link to the scripts releases page () 2025-02-23 09:32:29 +00:00
Saeid Zareie
234fb5d995
docs: add port option to preview command () 2025-02-20 16:16:39 +00:00
Idorenyin Udoh
c254e14eb7
docs: mention requirement to wrap middleware in defineNuxtRouteMiddleware () 2025-02-20 16:13:25 +00:00
Alex Liu
ca0797c681
docs: add description for vue:setup and app:data:refresh hooks () 2025-02-20 14:07:14 +00:00
xjccc
4881259d41
feat(nuxt): allow forcing start/set in loading indicator () 2025-02-14 19:01:26 +00:00
Horu
8ddf54c033
docs: add tips on how to override layers aliases () 2025-02-12 18:21:44 +00:00
Nolhan
77b82c9d02
docs: fix typo () 2025-02-12 18:21:01 +00:00
Daniel Roe
807c96241c
docs: update links to unhead sources 2025-02-12 08:45:30 +00:00
Hans Tu
9aa2a958ba
docs: fix typo () 2025-02-12 08:42:52 +00:00
Daniel Roe
5aca9e63c1
feat(kit): add named layer aliases () 2025-02-11 20:58:42 +00:00
Daniel Roe
3a9e0b7144
docs: clarify that local layers are scanned from rootDir
resolves https://github.com/nuxt/nuxt/issues/30925
2025-02-10 21:36:43 +00:00
Daniel Roe
433a7e4495
feat(kit,nuxt,schema): support experimental decorators syntax () 2025-02-10 19:16:36 +00:00
David Marr
763450c93d
docs: fix typo and improve data fetching examples () 2025-02-10 16:50:24 +00:00
Camille Coutens
059700616e
docs: add auto import info about shared utils ()
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-08 21:22:17 +00:00
Alex Liu
2d88d86835
docs: improve navigateTo docs with clearer structure and examples () 2025-02-08 09:08:38 +00:00
Alex Liu
7edf7e41eb
docs: add additional information about NuxtPage () 2025-02-07 21:57:27 +00:00
Alex Liu
eacdfaa20d
docs: add nuxt lifecycle ()
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
2025-02-07 21:46:40 +00:00
Daniel Roe
bc13a4a0a5
docs: update path to nuxt binary 2025-02-07 08:54:39 +00:00
Hussain Panahy
f601abc325
docs: fix typo () 2025-01-30 22:29:57 +01:00
@beer
a6a7ad4c49
docs: tiny typo () 2025-01-29 23:08:33 +08:00
Alan Schio
31ffecceab
docs: add example on how to disable default routes for ssg () 2025-01-24 14:42:05 +00:00
Saeid Zareie
2dd767216c
docs: add more context about navigation mode in callOnce composable () 2025-01-21 14:12:52 +00:00
Daniel Roe
3dd52733b6
docs: update links to unhead source 2025-01-21 12:03:37 +00:00
Zakhar Shymanchyk
d947f511d9
docs: explain how to use ClientOnly with onMounted hook () 2025-01-21 12:01:27 +00:00
Alex Liu
d69215e01b
docs: adjust examples, type and description for addRouteMiddleware () 2025-01-20 14:01:31 +00:00
Daniel Roe
a33bb94688
docs: update nuxt/content example 2025-01-20 13:50:42 +00:00
Alex Liu
fdcc1d7bb0
docs: add description for prefetch and other details of NuxtLink () 2025-01-17 11:50:05 +00:00
Daniel Roe
6d7524ee37
docs: fix links to nuxi source code 2025-01-16 23:58:26 +00:00
Arturs Jansons
4cdf3d1c6c
docs: fix example command () 2025-01-16 13:28:28 +00:00
Maxime Pauvert
3bab4d1170
docs: add link to custom useFetch example () 2025-01-16 13:28:15 +00:00
Alex Liu
0a2b01fbc4
docs: update examples to use function declarations for clarity () 2025-01-14 14:36:09 +00:00
Camille Coutens
406732ad44
docs: add context for useAsyncData side effects () 2025-01-14 14:05:29 +00:00
ikxin
2693dc2914
docs: resolve many twoslash errors () 2025-01-14 09:34:02 +00:00
Alex Liu
50edb86e3a
docs: adjust example and additional instructions of useNuxtData () 2025-01-13 20:48:20 +00:00
Daniel Roe
47224895ff
docs: update links to unhead source 2025-01-13 16:26:37 +00:00
Guspan Tanadi
4993c58e40
docs: update hash link to correct heading () 2025-01-12 11:17:34 +00:00
Alex Liu
f357622fec
docs: add status detail and enhance getCachedData readability () 2025-01-11 19:54:43 +00:00
Daniel Roe
650b83f3ab
docs: update link to @nuxt/module-builder source 2025-01-11 17:23:37 +00:00
Alex Liu
7dba33500b
docs: ensure correct type for url in useFetch () 2025-01-10 17:47:12 +00:00
Matej Černý
842531d2e5
docs: update v4 release date () 2025-01-09 21:36:07 +01:00
Clément Ollivier
728b7e1c25
docs: document the add layer command () 2025-01-06 16:27:39 +00:00
Clément Ollivier
88c9f64ec6
docs: document --dev option for the module command () 2025-01-06 16:27:27 +00:00
Anders Bootsmann Larsen
7a5fd9b5f2
docs: add warning about prerendering () 2025-01-04 22:40:34 +00:00
Horu
a929bf2432
docs: fix typos () 2024-12-30 19:35:49 +00:00
Daniel Roe
e70ef00e55
docs: update references to lodash and recommend es-toolkit 2024-12-29 23:09:42 +00:00
@beer
6c600c2b03
docs: add spacing () 2024-12-23 16:24:21 +00:00
Nishant Aanjaney Jalan
2ed819ab61
docs: fix filename for prerendering page () 2024-12-22 16:54:59 +00:00