1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-26 10:57:32 +00:00
Commit Graph

176 Commits

Author SHA1 Message Date
Michael Brevard
5e61eb567d
feat(nuxt): delayed/lazy hydration support ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-03-01 00:41:43 +00:00
Anthony Fu
87b9ff4ecc
docs: fix typo in example command () 2025-02-28 13:58:42 +00:00
Alex Liu
05a9ff64e7
docs: add .nuxtrc documentation () 2025-02-24 17:16:08 +00:00
Camille Coutens
2122bebc67
docs: add auto import info about shared utils ()
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-10 16:47:24 +00:00
@beer
d1774f5977
docs: tiny typo () 2025-02-05 14:41:23 +00:00
Daniel Roe
5429876278
docs: update nuxt/content example 2025-01-21 12:08:22 +00:00
Arturs Jansons
71edf68111
docs: fix example command () 2025-01-16 23:59:38 +00:00
Guspan Tanadi
8fc203fb51
docs: update hash link to correct heading () 2025-01-13 12:27:12 +00:00
Matej Černý
f67fc574b9
feat(nuxt): support local functions in definePageMeta () 2024-12-18 16:36:45 +00:00
Daniel Roe
333d71a299
docs: update nitro links + fix link checking () 2024-12-13 20:46:29 +00:00
Daniel Roe
cf74b4c98b
docs: handle zero-length string 2024-12-13 20:46:29 +00:00
Matt
17261e6937
docs: add shared directory documentation () 2024-12-13 20:46:28 +00:00
Matej Černý
91562db29b
docs: add a section about event.waitUntil () 2024-11-28 11:03:59 +00:00
Daniel Roe
7973f5ed46
docs: update minimal example 2024-11-17 06:13:29 -05:00
Erik Lilja
56169bc417
docs: add link to h3 blogpost () 2024-11-05 21:40:25 +00:00
Dawit
721ed7d6de
docs: add section on 'updateAppConfig' in the 'app.config' page () 2024-10-16 11:52:13 +01:00
Jeremy Graziani
462242a002
docs: consistent directory structure () 2024-10-09 08:28:27 +02:00
Matej Černý
ed5fda4e7c
docs: add a section about useRequestFetch and event.$fetch () 2024-10-07 12:41:26 +02:00
Leopold Kristjansson
260f188eaa
docs: add missing word () 2024-10-07 06:28:46 +02:00
Horváth Bálint
d02e498969
docs: add links to short videos from daniel () 2024-10-07 06:28:46 +02:00
Sébastien Chopin
a21e8d2438
docs: remove duotone icons for clarity () 2024-09-17 17:33:49 +02:00
Osama Abdallah Essa Haikal
7aa91ba894
docs: add known limitations for app.config.ts () 2024-09-09 10:28:51 +01:00
Gustav Odinger
29fbb2d61a
docs: persist package manager choice in code blocks () 2024-08-28 22:42:39 +01:00
Horu
c4ae151de5
feat(nuxt): allow organising pages within route groups () 2024-08-13 20:44:00 +01:00
xjccc
dfb54e94bb
docs: correct custom routing link () 2024-08-13 20:43:58 +01:00
Julien Huang
057cfa99bf
docs: warn about nested islands () 2024-07-15 14:03:06 +01:00
Daniel Roe
3c16c890c1
docs: update Nuxt 3 -> Nuxt or Nuxt 3+ 2024-06-30 11:21:01 +01:00
Bochkarev Ivan
aac8ad0ede
docs: use internal link () 2024-06-28 14:14:46 +02:00
Alexander Lichter
4c35ff6e7d
docs: hint to use runtime config () 2024-06-27 15:23:04 +02:00
Daniel Kelly
844fe67e68
docs: add referral query variable to Vue School Links () 2024-06-17 17:02:56 +02:00
Hendrik Heil
1d34594b9e
feat(nuxt): register plugin hooks before executing plugins () 2024-06-10 19:41:36 +01:00
Luke Nelson
c5135efccc
docs: add note about middleware re-running for error pages () 2024-06-07 17:24:50 +01:00
@beer
790e098bf7
docs: capitalize text () 2024-05-28 07:30:08 +02:00
Martins Zeltins
b90936b4f1
docs: explain how environment variables work in production () 2024-05-14 10:55:35 -05:00
Jakub Bednár
341fbe60f9
docs: add module execution order () 2024-05-13 21:59:33 +01:00
Alexander Lichter
69860d952a
docs: add video links for more context () 2024-05-13 15:39:52 +01:00
Horu
1a0cde7e10
docs: fix file name () 2024-04-19 11:27:54 +03:00
xjccc
7adb7d82da
docs: correct definePageMeta scrollToTop docs link () 2024-04-18 07:49:14 +03:00
Edwin Fadul
8feb5fe5a4
docs: provide example of passing props to a child page () 2024-04-17 10:24:53 +01:00
AngelHdz Multimedia
cc391c0448
docs: fix typo ()
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-04-13 00:19:47 +02:00
Taras Batenkov
d8299b635f
docs: clarify dependsOn works not just for parallel plugins () 2024-04-09 19:27:21 +02:00
Damian Głowala
386be0b866
docs: replace process.* with import.meta.* () 2024-04-02 12:46:05 +01:00
Taras Batenkov
f00dcdf0f8
docs: clarify app-config merging strategy note () 2024-03-30 07:43:54 +00:00
Julien Huang
09e53fc6d9
docs: warn about single root element for server components () 2024-03-25 10:27:20 +00:00
Turdalin Nurassyl
ac54031511
docs: mention <DevOnly> component in api section () 2024-03-18 15:17:20 +00:00
Daniel Roe
9bfd988ca6
feat(nuxt): enable islands if server pages/components present () 2024-03-13 07:39:35 -07:00
Mostafa Said
5089016695
docs: add mentions on Vue School tutorials () 2024-03-11 17:56:57 +01:00
Julien Huang
6d93014c52
feat(nuxt): allow using nuxt-client in all components () 2024-03-06 15:26:19 +00:00
Bogdan Kostyuk
230f6b4f19
feat(nuxt): client-only pages () 2024-03-06 14:38:39 +00:00
Julien Huang
e890c9a64b
docs: mention island features are SFC only () 2024-03-02 10:24:56 +01:00