Commit Graph

229 Commits

Author SHA1 Message Date
Colin McDonnell
08b1950ffb
feat(nuxi): detect bun package manager (#22673) 2023-08-17 08:30:28 +02:00
Daniel Roe
98c17e5d46 docs: revert import.meta.* update until v3.7 release 2023-08-17 08:06:20 +02:00
Michael
4fbc270be1
docs: clarify server: false doesn't await on initial load (#22619) 2023-08-13 22:35:04 +01:00
Michael
914a6aa7af
docs: update rendering error page (#22523) 2023-08-09 12:22:00 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
Estéban
02a50c8eb8
docs: update prerender documentation (#22471) 2023-08-03 17:04:30 +01:00
nobkd
f7e2b2bf6e
docs: escape ] in code-block filenames (#22389) 2023-08-03 12:05:29 +01:00
Adham Farrag
a2581c6d23
docs: add recommendation to install nuxtr (#20808) 2023-07-31 11:23:00 +01:00
Mahdi Shah Abbasian
bea6ed1d9c
docs: standardize indentation and tag positioning (#22157) 2023-07-18 11:31:45 +01:00
Hebilicious
350788419c
docs: prefix internal links with / (#22118) 2023-07-13 11:05:33 +01:00
Jianqi Pan
b49e5f420c
docs: add more internal links (#22013) 2023-07-07 17:24:09 +01:00
Daniel Roe
3bae61507e docs: add leading slash
resolves #21990
2023-07-07 09:56:50 +01:00
Aditya Rawat
6cf762f169
docs: describe environment override feature (#21879) 2023-07-01 14:39:07 +01:00
Daniel Roe
d4af237685
docs: update example links (#21811) 2023-06-27 12:27:11 +01:00
Rayan Inerky
dc329c32aa
docs: add warning about dynamic import of css (#21805) 2023-06-27 11:53:38 +01:00
Roman Vašek
cfd14e4572
docs: added @latest to install commands (#21702) 2023-06-22 16:58:58 +01:00
Lehoczky Zoltán
961f0f58f2
docs: americanize spelling + fix typos (#21627) 2023-06-18 21:28:03 +01:00
Hebilicious
a0c2363616
docs: add info on extending the HTML template (#21615) 2023-06-17 22:43:17 +01:00
Bruno Braga
64bccf37a5
docs: reorder sfc blocks and add initial slash in link (#21618) 2023-06-17 22:34:31 +01:00
Hebilicious
c9506cc3d5
docs: add full stop (#21614) 2023-06-17 22:33:54 +01:00
Hebilicious
bcb3d7337b
docs: add styling section (#21525)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-06-16 15:47:03 +01:00
Jongmin Yoon
31a1b98f3f
feat(nuxt): provide clearNuxtState composable (#21409) 2023-06-09 22:22:21 +01:00
Vasily Kuzin
370653ac39
docs: add info about vue configuration (#21303)
Co-authored-by: Unai Mengual <git@owln.ai>
2023-06-06 22:36:01 +01:00
warflash
eee7647095
docs: fix Cloudflare capitalization (#21267) 2023-05-30 21:31:32 +01:00
Hebilicious
2baea30f70
docs: distinguish between $fetch and fetch composables (#21228) 2023-05-30 11:05:41 +02:00
warflash
181e3b9b0a
docs: add index.vue to page routing example (#21240) 2023-05-29 15:56:17 +02:00
Jongmin Yoon
e864c018a9
docs: improve data fetching docs (#21197) 2023-05-28 10:35:28 -05:00
Clément Ollivier
200bc025c4
docs: rewrite data fetching section (#21031) 2023-05-25 16:38:55 -05:00
Luciano Tonet
e847e33a75
docs: add advanced usage example of useState (#20249) 2023-05-20 23:31:22 +01:00
Daniel Roe
7e7e006e9b docs: add await before lazy composable examples 2023-05-10 23:34:20 +01:00
Tom Lienard
fd9b179f5a
docs: add lagon to presets list (#20706) 2023-05-09 16:41:02 +01:00
darioferderber
24c30eb976
docs: add useSeoMeta and useServerSeoMeta pages (#20656) 2023-05-05 14:50:06 +01:00
Clément Ollivier
30132f3603
docs: selective pre-rendering options (#20670) 2023-05-04 11:52:46 +01:00
Daniel Roe
16bf228437
fix(nuxt): ensure useError is called with nuxt app context (#20585) 2023-05-01 23:55:24 +01:00
Phojie Rengel
fe76668df4
docs: update tailwind configuration guide (#20598) 2023-04-30 21:41:59 +01:00
Gergő Jedlicska
4e7206bfab
feat(test-utils): add option to configure test server port (#20443) 2023-04-30 00:01:10 +01:00
Daniel Roe
e1e3d2cd8e
feat(nuxt): add scoped helper for clearing error within boundary (#20508) 2023-04-29 23:32:29 +01:00
Pavel Mokin
e4b4665f0d
docs: fix typo (#20577) 2023-04-29 23:31:37 +02:00
Daniel Roe
197de3ecbb
fix(nuxt): call app:error in SSR before rendering error page (#20511) 2023-04-26 14:36:59 +01:00
Clément Ollivier
dd5f007120
docs: add cdn proxy section (#20408) 2023-04-25 13:38:10 +01:00
Jonas Thelemann
3133c6fb84
fix(deps): relax upper node version constraint (#20472) 2023-04-24 22:24:38 +01:00
David Kurek
295473f924
docs: add a brief description of transform/pick (#20186) 2023-04-13 03:13:42 -07:00
Nolan
0443a283d9
docs: add import to server-side cookies example (#20197) 2023-04-11 05:41:44 -07:00
Daniel Roe
d6c3c2439a
feat(nuxt): support async transform of object properties (#20182) 2023-04-10 14:57:13 -07:00
Daniel Roe
e99f923aa5
feat(nuxt): add experimental View Transitions API support (#20092) 2023-04-10 04:33:14 -07:00
Daniel Roe
e7623ec0b7
docs: re-enable docs linting and update docs (#20084) 2023-04-04 06:23:13 -07:00
Sébastien Chopin
d3d09d5d3d
docs: add layers video by LearnVue 2023-03-23 14:25:44 +01:00
Sébastien Chopin
8c11498a57 docs: update play on X links 2023-03-21 18:13:58 +01:00
Daniel Roe
cebfcb3dad docs: add protocol to superjson link 2023-03-20 13:40:25 +00:00
Mahdi Boomeri
7be41b9a6d
docs: add serialization section to data fetching (#19336) 2023-03-20 03:38:42 -07:00
Özüm Eldoğan
d04d598ceb
docs: avoid $fetch in top-level <script setup> (#19357) 2023-03-20 02:13:21 -07:00
Adrien Zaganelli
53d902ad5e
docs: third-party state management and migration guide (#19798) 2023-03-19 10:42:02 -07:00
Kuizuo
9e67e57efd
docs: add missing comma (#19791) 2023-03-18 13:38:55 -07:00
cunzaizhuyi
4fecf2cc25 docs: fix typo (#19785) 2023-03-18 16:53:47 +00:00
Cue
2c642328c9
docs: fix typo (#19779) 2023-03-18 06:53:54 +00:00
Fleet Labs Ghana
633f781d6f
docs: fix typo (#19775) 2023-03-17 08:55:28 -07:00
Zack Hatlen
52734871b4
docs: add link to layout transitions (#19770) 2023-03-17 08:25:04 -07:00
Sébastien Chopin
c570ae2724
docs: improve installation prerequisites 2023-03-15 15:28:56 +01:00
Sébastien Chopin
98b9afa6d7
docs(introduction): first batch of improvements 2023-03-15 13:06:43 +01:00
Nick Medrano
451b55ddbd
docs: update seo and meta page (#19697)
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
2023-03-15 04:33:22 -07:00
Sébastien Chopin
e68a23a723
docs: improve head section (#19673) 2023-03-14 07:24:41 -07:00
lei
f7a5cf07b5
docs: use consistent page name in example (#19583) 2023-03-10 05:37:15 -08:00
Sébastien Chopin
2905282def docs: add nuxt 2 to nuxt 3 workshop 2023-03-09 14:39:29 +01:00
Sébastien Chopin
d67a873c49 docs: remove note since already in code block for pnpm 2023-03-09 14:35:26 +01:00
Sébastien Chopin
e0cb950f0e docs: move prerequisites into a summary 2023-03-09 14:34:18 +01:00
Daniel Roe
eb1bb59542
ci: lint workflows (#19556) 2023-03-09 03:34:41 -08:00
Harlan Wilton
8732720221
perf(head): drop @vueuse/head dependency (#19519) 2023-03-08 07:32:24 -08:00
Daniel Roe
df3ae8cb4e
feat(nuxt): enable chunk error handling by default (#19086) 2023-03-08 12:17:22 +00:00
Alexander Lichter
4310d2a0ee
docs: fix dead link to useSeoMeta guide (#19463) 2023-03-05 06:42:16 -08:00
Mahdi Shah abbasian
6009deb24e
docs: use consistent indentation in examples (#19342) 2023-02-28 13:31:41 -08:00
Daniel Roe
85881b462b
feat(nuxi): warn when prerendering routes with ssr: false (#18783) 2023-02-06 15:25:53 -08:00
Leigh
519a98c1ce
docs: remove extra word (#18750) 2023-02-03 14:44:12 -08:00
aimer-fan
5eaeb4f83d
docs: Improve routing validate example (#18728) 2023-02-03 01:25:47 -08:00
Jenni
7bdc07e66d
docs: add link to pages documentation to routing (#18602) 2023-01-30 02:14:24 -08:00
华晨
6c4cf5cdcb
docs: remove unnecessary JSON.stringify() (#18590) 2023-01-28 07:14:46 -08:00
华晨
64b835c707
docs: use defineEventHandler() to avoid warnings (#18557)
Avoid the warning:

> [h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.
2023-01-26 16:49:32 +01:00
华晨
5c7715813d
docs: mention head composable as alternative to useHead (#18552) 2023-01-26 05:48:52 -08:00
华晨
026511b697
docs: keep app.vue file name consistent (#18517)
Use `app.vue` instead of `App.vue`.
2023-01-25 16:34:43 +01:00
Sébastien Chopin
3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00