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

583 Commits

Author SHA1 Message Date
Clément Ollivier
d47572e55e
docs(getting-started): add views page ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-20 11:30:17 +02:00
Clément Ollivier
42c086223f
docs(testing): move modules testing section to module authors guide () 2022-09-20 11:12:08 +02:00
Krutie Patel
f82a4b67a3
docs(api): add defineNuxtComponent utils ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-20 11:09:29 +02:00
YIngChenIt
80699686b3
docs: add addImportsSources to list of kit utils () 2022-09-19 10:46:11 +02:00
Pooya Parsa
8621c86055 docs: fix typo in custom router example
closes 
2022-09-16 20:36:19 +02:00
Pooya Parsa
f0a2d622b2 docs: remove edge banners for rc.10 2022-09-16 20:34:40 +02:00
Alper Doğan
43d1eac09d
docs: fix typo on directory-structure/pages () 2022-09-16 16:32:35 +02:00
pooya parsa
b933015850
feat(kit): useNitro() utility () 2022-09-15 18:10:50 +02:00
Pooya Parsa
950cb60bd5 docs: remove misleading edge info
2022-09-15 13:36:01 +02:00
Lexpeartha
4d91ededb1
docs: add testing and addComponent to modules and update addImports () 2022-09-15 13:20:53 +02:00
pooya parsa
9426b54562
fix(vite): nuxi dev --https working out of the box () 2022-09-15 13:01:52 +02:00
Pooya Parsa
4775ee8e31 docs: improve NuxtLink prefetch explanation () 2022-09-15 12:17:57 +02:00
Clément Ollivier
f0005e6684
docs: add note about link prefetching () 2022-09-15 10:29:30 +01:00
YIngChenIt
d97d6bdbe1
docs: update auto-imports link ()
Co-authored-by: chenying <1770365139@qq.com>
2022-09-15 09:47:09 +02:00
pooya parsa
5973df1e96
chore: update examples to ^3.0.0-rc.10 and use global defineNuxtConfig () 2022-09-14 19:26:43 +02:00
pooya parsa
94377b1901
v3.0.0-rc.10 () 2022-09-14 18:27:11 +02:00
Adewale Abati
efc6c83cc0
docs: update codesandbox link () 2022-09-14 15:13:17 +02:00
Clément Ollivier
a6232667c2
docs(getting-started): add routing page ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-09-14 15:12:47 +02:00
Alex Liu
addcb5cd47
feat(nuxt): support prefetching <nuxt-link> ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 22:20:23 +02:00
Daniel Roe
4e604f664d
docs: update name of the generated imports.d.ts file () 2022-09-13 17:35:38 +02:00
Clément Ollivier
944bba97ca
docs: update structure ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00
Daniel Roe
8bccdf44e8
docs: fix typo () 2022-09-12 12:42:42 +02:00
Krutie Patel
9f1ac4f201
docs(api): add useRuntimeConfig page ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-09-12 12:29:42 +02:00
pooya parsa
270055b86d
feat(cli)!: use giget 0.1x with template registry for nuxi init () 2022-09-10 15:37:25 +02:00
Corey Richardson
b68bfb0a24
docs: remove duplicate word () 2022-09-09 20:09:03 +01:00
Julien Huang
6c462b3315
docs(head): enhance usehead and fix broken links () 2022-09-08 20:54:02 +02:00
pooya parsa
e0c5907f0a
feat(nuxi): switch to unjs/giget for nuxi init () 2022-09-08 17:43:04 +02:00
Julien Huang
4660cc5918
docs(api): add nuxi prepare command () 2022-09-08 16:16:35 +02:00
Alex Kozack
6b3a1a4256
feat(nuxt): filter support for clearNuxtData () 2022-09-07 15:25:37 +02:00
Adewale Abati
8a56d8137a
chore: update CodeSandbox links () 2022-09-07 13:24:37 +02:00
Alex Kozack
b2f573f685
feat(nuxt): add clearNuxtData ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-07 13:20:09 +02:00
Vl4dimyr
fc2be9ed42
feat(nuxt): add immediate option for useAsyncData and useFetch ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-07 11:47:40 +02:00
Vasily Stepanov
0a775e3f70
docs(api): fix typo in use-fetch () 2022-09-07 10:23:49 +02:00
Alexander Lichter
86158bb407
chore(docs): fix link to vue router api () 2022-09-06 18:20:24 +02:00
Sébastien Chopin
a631da9e56
docs: rename AppConfig to AppConfigInput () 2022-09-06 18:15:27 +02:00
Tobias SN
396d55edb8
docs: fix typo in url () 2022-09-06 11:45:29 +02:00
Daniel Roe
524ba557eb
fix(nuxi): pass value of https through to vite-node () 2022-09-06 11:45:14 +02:00
Leon Si
173aead937
docs: fix typo ()
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-09-06 09:49:01 +02:00
Sébastien Chopin
94261349dc
docs: add app-config example ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 15:16:30 +02:00
Alex Kozack
8a81f2ad90
docs(api): fix useAsyncData signature () 2022-09-05 13:43:40 +02:00
Mastercuber
fb179caa38
docs(deploy): add node cluster mode ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 12:54:08 +02:00
Pooya Parsa
94a992ec94 chore: fix docs lint issue 2022-09-05 10:51:40 +02:00
Ricardo Gobbo de Souza
b31405f6fd
feat(test-utils): add mockFn and mockLogger utils ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 10:51:00 +02:00
HomWang
74db9d525e
docs(api): add example for fetch interceptors ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-05 09:42:15 +02:00
HomWang
6ee3d2cacd
docs(api): navigate to first item in list () 2022-09-05 09:25:13 +02:00
HomWang
6792b13eb0
docs: fix markdown file name () 2022-09-05 09:22:51 +02:00
pooya parsa
ac56ce7dd1
feat(nuxt): router with hash mode () 2022-09-04 10:11:28 +02:00
Daniel Roe
720506d263
feat(nuxt): custom history and routes for app/router.options.ts ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-04 09:42:47 +02:00
Julien Huang
ee60411cb9
docs(guide): add .client and .server components () 2022-09-03 15:26:43 +02:00
Damian Głowala
d31e1f03a1
docs: document external option of navigateTo () 2022-09-03 14:30:41 +02:00