1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-22 17:25:53 +00:00
Commit Graph

1141 Commits

Author SHA1 Message Date
Tom Lienard
fd9b179f5a
docs: add lagon to presets list () 2023-05-09 16:41:02 +01:00
scscgit
fa8b29a359
docs: recommend <NuxtLayout> when migrating error.vue () 2023-05-05 15:39:50 +01:00
darioferderber
24c30eb976
docs: add useSeoMeta and useServerSeoMeta pages () 2023-05-05 14:50:06 +01:00
Daniel Roe
8c75961f74
docs: ensure we guard all navigateTo examples () 2023-05-04 15:08:07 +01:00
Clément Ollivier
30132f3603
docs: selective pre-rendering options () 2023-05-04 11:52:46 +01:00
Jamie Warburton
c543ea8244
docs: note that useCookie does not share state () 2023-05-04 09:58:39 +01:00
Daniel Roe
16bf228437
fix(nuxt): ensure useError is called with nuxt app context () 2023-05-01 23:55:24 +01:00
Enkot
ecb2fda113
docs: fix fetch composable examples () 2023-05-01 13:41:17 +01:00
Phojie Rengel
fe76668df4
docs: update tailwind configuration guide () 2023-04-30 21:41:59 +01:00
Gergő Jedlicska
4e7206bfab
feat(test-utils): add option to configure test server port () 2023-04-30 00:01:10 +01:00
Anthony Fu
cd7f38988a
feat(webpack): introduce webpack:configResolved hook () 2023-04-29 23:37:29 +01:00
Anthony Fu
17ca50354b
feat(vite): introduce vite:configResolved hook () 2023-04-29 23:37:06 +01:00
Daniel Roe
e1e3d2cd8e
feat(nuxt): add scoped helper for clearing error within boundary () 2023-04-29 23:32:29 +01:00
Stefan Milosevic
1444d89e3b
feat(kit): add prepend option to addImportsDir () 2023-04-29 23:21:45 +01:00
Pavel Mokin
e4b4665f0d
docs: fix typo () 2023-04-29 23:31:37 +02:00
Andrew Luca
59680dd830
docs: adjust wrong link after repo migration () 2023-04-26 22:36:07 +01:00
Daniel Roe
197de3ecbb
fix(nuxt): call app:error in SSR before rendering error page () 2023-04-26 14:36:59 +01:00
Adrien Zaganelli
a21a520736
docs: add custom fetch composable example () 2023-04-26 12:28:19 +01:00
Michael Gale (he/him)
d027eb1a31
docs: add a next steps link to first page of migration docs () 2023-04-26 09:25:55 +01:00
Clément Ollivier
dd5f007120
docs: add cdn proxy section () 2023-04-25 13:38:10 +01:00
Paul Melero
11891ee503
docs: remove RC reference and add link to vue migration build () 2023-04-25 09:25:24 +01:00
Jonas Thelemann
3133c6fb84
fix(deps): relax upper node version constraint () 2023-04-24 22:24:38 +01:00
Johannes Przymusinski
2d4ca20f3b
docs: update links to vue-router docs () 2023-04-24 21:29:24 +01:00
Idorenyin Udoh
5a0ec804c2
docs: fix typos on docs homepage () 2023-04-24 21:27:59 +01:00
Lehoczky Zoltán
820fecd9ee
docs: update lint command for the documentation () 2023-04-19 17:35:39 +01:00
BD103
559013483f
docs: fix vue-tsc link () 2023-04-18 14:39:34 +01:00
Daniel Roe
37e62e4ea1
docs: add brief information on debugging a nuxt app () 2023-04-16 15:21:55 +02:00
Lehoczky Zoltán
d48024e71f
docs: update links on hooks page () 2023-04-15 11:30:17 +01:00
David Kurek
295473f924
docs: add a brief description of transform/pick () 2023-04-13 03:13:42 -07:00
Julien Huang
163913a744
feat(nuxt): add experimentalNoScripts route rule () 2023-04-11 07:17:44 -07:00
Nolan
0443a283d9
docs: add import to server-side cookies example () 2023-04-11 05:41:44 -07:00
Jeremy Graziani
1f70cb7219
docs: fix typo in @pinia/nuxt module name () 2023-04-11 05:41:22 -07:00
Daniel Roe
4285092879
feat(nuxt): support object-syntax plugins () 2023-04-11 04:58:43 -07:00
Daniel Roe
d6c3c2439a
feat(nuxt): support async transform of object properties () 2023-04-10 14:57:13 -07:00
Daniel Roe
e99f923aa5
feat(nuxt): add experimental View Transitions API support () 2023-04-10 04:33:14 -07:00
JT Smith
73dda01f67
docs: fix type of headers option for useFetch () 2023-04-08 10:47:40 -07:00
pooya parsa
9e503be0f2
feat(nuxt): experimental option for rich json payloads ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
Daniel Roe
4d75540655
fix(nuxt): add @types/node as a peerDependency () 2023-04-06 05:33:07 -07:00
Daniel Roe
e7623ec0b7
docs: re-enable docs linting and update docs () 2023-04-04 06:23:13 -07:00
Paul Melero
c62a4d214a
docs: add short note about custom imports configuration () 2023-04-04 03:21:09 -07:00
Daniel Roe
ee8d3f6ea6
feat(nuxt): support disabling watch with useFetch () 2023-04-03 05:36:14 -07:00
Daniel Roe
8908aa7c5a docs: add interop default to dynamic vue import example 2023-04-03 11:41:31 +01:00
Daniel Roe
b083493ec2 docs: fix a couple of typos 2023-04-02 14:53:39 +01:00
Ben Hong
66d76c3d36
docs: add explanation for middleware execution order () 2023-04-02 13:30:29 +01:00
Julien Le Coupanec
d282fcd5a3
docs: remove unused function call () 2023-04-01 02:56:26 -07:00
Daniel Roe
822202239c
fix(nuxt): sync setResponseStatus signature with h3 () 2023-03-31 07:02:26 -07:00
Daniel Roe
72724076b0 docs: fix pages:extend example
resolves 
2023-03-28 11:24:41 +01:00
Sébastien Chopin
340725bb0c
docs: improve components page 2023-03-23 14:47:21 +01:00
Sébastien Chopin
d3d09d5d3d
docs: add layers video by LearnVue 2023-03-23 14:25:44 +01:00
warflash
284199979f
docs: replace @nuxt/kit example with node built-ins () 2023-03-22 17:40:59 -07:00