Commit Graph

1748 Commits

Author SHA1 Message Date
Nishant Aanjaney Jalan
cc2846c1a8
docs: revisited updates to data-fetching
Also changed the order of headings to match nutshell pointers
2024-09-17 11:41:41 +05:30
Nishant Aanjaney Jalan
5236e79a3b
docs: proofread changes and made minor fixes 2024-09-15 22:47:36 +05:30
Nishant Aanjaney Jalan
ee861c2857
docs: added links to directory structure pages 2024-09-15 22:14:02 +05:30
Nishant Aanjaney Jalan
3404589337
docs: update data fetching page to read more ergonomically 2024-09-15 22:07:31 +05:30
Nishant Aanjaney Jalan
21b2cc736e
docs: amended 3.rendering 2024-09-15 21:40:53 +05:30
Nishant Aanjaney Jalan
90fe70a374
docs: added example of what's run on client and server 2024-09-15 20:52:10 +05:30
Nishant Aanjaney Jalan
97de03c48c
docs: improving content of rendering modes page
Rearranged and rephrased the paragraphs to make a story from the initial request to the hydration process.
2024-09-15 15:32:12 +01:00
Paulo Ricardo Severo
b267962a94
docs: remove confusing reference to 'SPA' (#28991) 2024-09-14 13:24:33 +01:00
Nishant Aanjaney Jalan
f4198d8ad9
docs: add clarity to useFetch parameter signature (#28993) 2024-09-14 13:23:06 +01:00
@beer
52b405b4e8
docs: fix typo (#28983) 2024-09-13 18:30:40 +01:00
@beer
a341e680fb
docs: capitalize text (#28972) 2024-09-13 12:43:07 +01:00
Liran Tal
762621eec0
docs: update useFetch troubleshooting section (#28918) 2024-09-10 17:25:47 +01:00
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components (#28912) 2024-09-10 14:56:08 +01:00
Nishant Aanjaney Jalan
fcf023e611
docs: typo fixed missing closing angle bracket (#28880) 2024-09-08 01:58:45 +02:00
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts (#28875) 2024-09-07 19:22:46 +02:00
Joaquín Sánchez
be2d3d5ad8
docs: include --frozen-lockfile when installing dependencies (#28794) 2024-09-03 09:42:26 +01:00
Heb
aea31b554a
docs: fix postcss codeblock typo (#28801) 2024-09-03 09:40:56 +01:00
Ismail Sabet
babcb28d0c
docs: add missing query returned value from useRoute() (#28743) 2024-08-28 21:09:35 +01:00
Max
717b026222
docs: updated line number for nuxt build-time hooks (#28746) 2024-08-28 21:01:17 +01:00
Daniel Roe
e367cc9c48
feat(nuxt): cache vue app build outputs (#28726) 2024-08-28 21:00:38 +01:00
@beer
87dca6a01d
docs: capitalize text (#28734) 2024-08-28 13:28:29 +01:00
Daniel Roe
d1c40328fe
docs: update broken/redirected links (#28739) 2024-08-28 13:28:14 +01:00
@beer
63646ef64a
docs: fix typo (#28724) 2024-08-27 17:21:25 +01:00
Maxime Pauvert
3e713d31dc
docs: update nuxt scripts status (#28629) 2024-08-21 16:19:19 +01:00
Kewin Szlezingier
0c9ba32c1e
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-19 15:50:20 +01:00
Vasily Kuzin
70c4efb55a
docs: add line-breaks to tips in Module Author Guide (#28587) 2024-08-19 12:24:30 +01:00
Gustav Odinger
38a33dba19
docs: persist package manager choice in code blocks (#28514) 2024-08-16 11:19:08 +01:00
renovate[bot]
304c17be7c
chore(deps): update all non-major dependencies (main) (#28546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-16 10:37:35 +01:00
Sébastien Chopin
f85cb4d6ae
docs: update deep default for useAsyncData & useFetch (#28564) 2024-08-16 09:45:04 +01:00
xjccc
a4be2cb31b
docs: update useRuntimeConfig source path (#28553) 2024-08-15 09:25:55 +01:00
Mike Laumann Bellika
e52dff0596
docs: fix options type in custom useFetch recipe (#28389) 2024-08-13 16:39:40 +01:00
Typed SIGTERM
3a42a7bc25
docs: improve typing of default exports (#28520) 2024-08-13 14:15:46 +01:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
Son Tran
c4cad445ea
feat(kit): add prepend option to addRouteMiddleware (#28496) 2024-08-12 19:41:01 +01:00
xjccc
c28be6553c
docs: correct custom routing link (#28497) 2024-08-12 09:33:10 +01:00
Matej Černý
48377fa18c
docs: recommend '#teleports' target instead of 'body' (#28489) 2024-08-09 17:55:10 +01:00
Riley Ho
6807699a69
docs: remove vue-tsc major version constraint (#28484) 2024-08-09 14:50:33 +01:00
Adam DeHaven
83f8617e3f
feat(nuxt): custom enable/disable hooks for usePreviewMode (#28371) 2024-08-08 13:52:28 +01:00
Daniel Roe
cc2bdb5e94
docs: link to vue test utils docs for mountSuspended (#28463) 2024-08-08 11:04:36 +01:00
Sébastien Chopin
576c34efe9
docs: use ts for create-error example (#28411) 2024-08-05 16:33:39 +01:00
renovate[bot]
c906312034
chore(deps): update all non-major dependencies (main) (#28321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-05 16:33:27 +01:00
@beer
ede1f923fc
docs: improve readability of link to mdn (#28327) 2024-08-05 15:15:05 +01:00
AuroraTea
32f1573614
docs: fix TypeScript errors for examples (#28403) 2024-08-05 14:58:10 +01:00
Adam DeHaven
44a49f0bc1
docs: setup host property and usage example (#28331) 2024-08-01 15:58:33 +02:00
nuxt-studio[bot]
edea29d48e
market(docs): update 2024-07-30 08:43:29 +00:00
Vaci
68b720538c
docs: update link to RuntimeNuxtHooks (#28336) 2024-07-29 10:50:58 +02:00
Meo
00ddd7bdac
docs: bunx -> bun x (#28277) 2024-07-23 22:09:05 +02:00
Mohab Sameh
65a98cf7be
docs: fix codemod command typos (#28279) 2024-07-23 19:02:08 +02:00
Daniel Roe
be37ffcede
docs: use headers.getSetCookie 2024-07-21 21:28:20 +02:00
Daniel Roe
fa29c35780
docs: use splitSetCookieString from cookie-es 2024-07-21 21:21:30 +02:00