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

1035 Commits

Author SHA1 Message Date
Anthony Fu
db5ea91916
feat(nuxi): cli wrapper for self restart () 2023-03-03 05:45:38 -08:00
Daniel Roe
d4a75240ac
feat(nuxt): add versions to runtime nuxtApp () 2023-03-01 07:08:23 -08:00
Daniel Roe
c35104c769 docs: update esm link 2023-03-01 13:58:33 +00:00
Jakub Andrzejewski
5cfd835163
feat(nuxi): reload nuxt when restart hook is called () 2023-03-01 04:15:01 -08:00
Inesh Bose
c7eb891e12
fix(nuxt): deprecate scanning directory index plugins () 2023-03-01 04:08:58 -08:00
Mahdi Shah abbasian
6009deb24e
docs: use consistent indentation in examples () 2023-02-28 13:31:41 -08:00
Rafael Magalhaes
99a47c1dd0
docs: improved going further modules documentation ()
Co-authored-by: Rafael Magalhaes <rafael.magalhaes@yapily.com>
2023-02-22 05:45:22 -08:00
ML
2359b43aa2
docs: clarify that app config is not available (yet) in nitro () 2023-02-21 21:50:14 -08:00
Clément Ollivier
185ae9fd2c
docs: update link () 2023-02-21 17:45:47 +01:00
Joel Wenzel
b1fd5200f5
docs(pages): add example of limiting scanned routes () 2023-02-21 05:39:36 -08:00
usagizmo
fc19021022
docs: fix components path () 2023-02-20 01:53:40 -08:00
yuyin
c8b49a3253
docs: add sendRedirect usage () 2023-02-16 06:53:23 -08:00
Daniel Roe
a1252d3a30
docs: add information on when mw runs & how to skip () 2023-02-16 04:27:28 -08:00
Favour Felix Chinemerem
76a4f4ecbc
docs: updated public directory explanation () 2023-02-15 08:23:17 -08:00
Daniel Roe
6c5d8d6b2b
docs: add note about nested directory order () 2023-02-15 08:22:30 -08:00
Alois Sečkár
523b495e1d
docs: flatten top-level project in layers example ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2023-02-14 12:01:37 +00:00
Florent Delerue
27d68f67c3
docs: fix spacing () 2023-02-14 10:01:35 +00:00
Daniel Roe
6016aef859
fix(nuxt): expose nuxt/schema subpath for augmentation () 2023-02-13 22:42:04 +00:00
Tim van den Eijnden
aa409299a7
docs: fix link to ESM page () 2023-02-13 20:40:13 +00:00
Benjamin Flesch
6d7be476a2
docs: fix typo () 2023-02-12 19:18:39 +00:00
Lioness100
b25b6c82c7
docs: fix typos () 2023-02-12 19:16:42 +00:00
Felix
cf47f9eb6a
docs: update link to bridge repo () 2023-02-10 16:32:40 +00:00
Daniel Roe
9ee568efe6
docs: add info for nuxi devtools command () 2023-02-09 06:02:59 -08:00
Daniel Roe
0b2bce406b
docs: add explanation with augmented meta for new routes () 2023-02-09 07:03:06 +01:00
Alexander Lichter
65f26fb275
docs: warn about slots in server components () 2023-02-07 02:09:36 -08:00
Sébastien Chopin
eec0cbc416
docs: update auto-imports for the server part () 2023-02-07 01:59:43 -08:00
Daniel Roe
84dfd8756a
docs: add link to vue hydration mismatch docs () 2023-02-07 01:54:49 -08:00
Daniel Roe
85881b462b
feat(nuxi): warn when prerendering routes with ssr: false () 2023-02-06 15:25:53 -08:00
Mehdi HosseinZade
76a08e3ccd
feat(kit): add addRouteMiddleware method () 2023-02-06 15:24:56 -08:00
yesid
3692ec3ce9
docs: update to nuxt 2.16.0 in bridge installation () 2023-02-06 14:41:31 -08:00
Alex Liu
2fbc73b3a3
docs: resolve preloadRouteComponents page heading error () 2023-02-06 01:50:13 -08:00
Lucas
198f9a23ec
docs(schema): add NuxtHooks interface documentation () 2023-02-05 04:17:15 -08:00
Joseph Ojoko
ae2e541e6c
docs(typescript): type-checking guide ()
add missing dependency to enable type-checking during build or development time.
2023-02-04 14:27:26 -08:00
Dago
8a2b7810b5
docs: add explanation of composable lifecycle ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 07:04:33 -08:00
Mehdi HosseinZade
dfd5f3d72b
docs: clarify augmenting input/output app config ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 06:29:33 -08:00
Krutie Patel
217e59ad96
docs: add useError composable () 2023-02-04 06:17:05 -08:00
Julien Huang
78a0adfd1e
docs(example): fix app config link () 2023-02-04 05:03:50 -08:00
Leigh
519a98c1ce
docs: remove extra word () 2023-02-03 14:44:12 -08:00
Daniel Roe
03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected () 2023-02-03 03:55:58 -08:00
aimer-fan
5eaeb4f83d
docs: Improve routing validate example () 2023-02-03 01:25:47 -08:00
Rémi Robichet
97b4e6e234
docs: fix broken link to esm section () 2023-02-02 08:09:55 -08:00
Daniel Roe
cb0860ba6c
fix(nuxt): make onNuxtReady safe to run on server-side () 2023-02-02 05:27:48 -08:00
Daniel Roe
d496703fb4
docs: mention options api equivalent for head() () 2023-02-01 19:12:42 +00:00
Daniel Roe
727cf7958f chore: update 2.x branch name 2023-02-01 18:38:15 +00:00
Daniel Roe
a8874180a1
docs: add .env to directory structure and improve config docs () 2023-02-01 03:53:04 -08:00
Florent Delerue
968a652be7
docs: fix buttons width on getting started()
* docs(landing): fix getting started card buttons

* docs: remove content
2023-01-31 15:16:14 +01:00
Daniel Roe
f14f3815ff docs: fix array syntax 2023-01-30 11:13:28 +00:00
Daniel Roe
d2c00dc467 docs: add note about directory import 2023-01-30 11:13:01 +00:00
Daniel Roe
6b2bc680b0 docs: add comment about needing to install @types/node manually 2023-01-30 10:56:30 +00:00
Jenni
7bdc07e66d
docs: add link to pages documentation to routing () 2023-01-30 02:14:24 -08:00