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

288 Commits

Author SHA1 Message Date
Daniel Roe
76925a4477
docs: add migration/testing guide for nuxt 4 ()
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-05-09 13:20:05 +01:00
David
76eb4eaf62
docs: improve data fetching wording and explanation () 2024-05-07 12:45:41 +01:00
Shizuku
ff27ac2be1
docs: change .eslintrc.js to eslint.config.js () 2024-05-01 14:13:03 +01:00
zer0fire
0e26964320
docs: preprocessors as dev deps to align with vue plugin () 2024-05-01 10:50:56 +01:00
Will Willems
ed79a1d4bf
docs: fix small typo () 2024-04-30 10:51:53 +01:00
Pothuraju
3890cd9647
docs: add link to one of @manniL's videos on layers () 2024-04-30 09:25:35 +01:00
Pooya Parsa
fdbfed1280
chore: fix small typos () 2024-04-23 13:53:11 +01:00
Daniel Roe
a60de743aa
docs: fix import of defineConfig 2024-04-19 17:54:31 +03:00
Babak Farkhoopak
506765e086
docs: fix code block formatting () 2024-04-19 17:32:00 +03:00
John Tanz
525124b107
docs: clarify purpose of play online section () 2024-04-19 17:26:18 +03:00
Alexandros Kazantzidis
0855ea7625
docs: add @vue/test-utils getting started guide () 2024-04-19 17:16:00 +03:00
Nate
ef1889f5e1
docs: advise correct extension for vitest config () 2024-04-18 23:31:47 +03:00
Mehdi
86226f45d4
docs: add sample app.vue () 2024-04-16 10:02:55 +02:00
Shao
f0a81b21b0
docs: remove misleading reference to useFetch () 2024-04-13 00:23:41 +02:00
RollingTL
f2c2a5b0f7
docs: remove step of installing deps in new nuxt project () 2024-04-06 15:59:26 +01:00
Damian Głowala
386be0b866
docs: replace process.* with import.meta.* () 2024-04-02 12:46:05 +01:00
Junaid Ahmed
670e2090bc
docs: adjust grammar () 2024-03-26 14:27:31 +00:00
Daniel Roe
f55f747984
docs: add missing end block 2024-03-19 10:43:38 +00:00
Daniel Roe
a258bfc347
docs: add info about dependencies to install 2024-03-19 10:39:03 +00:00
Daniel Roe
8e635fd233
docs: update information about playwright test runner 2024-03-19 10:34:34 +00:00
Daniel Roe
da8e8eba80
docs: add some appMiddleware docs 2024-03-16 18:40:57 -07:00
Daniel Roe
115298a447
docs: add docs about playwright runner support 2024-03-16 18:20:47 -07:00
Daniel Roe
24217a9920
docs: add example for clear 2024-03-16 18:07:34 -07:00
Damian Głowala
02d6838293
feat(nuxt): add clear utility to useAsyncData/useFetch () 2024-03-16 17:19:44 -07:00
Tanvir Rahman
5a387d5f0a
docs: improve section titles in error-handling docs () 2024-03-15 19:12:19 -07:00
Tanvir Rahman
e0ac145e9a
docs: add link to ofetch repo () 2024-03-15 13:18:58 -07:00
Tanvir Rahman
f21c24a112
docs: link to pinceau repo rather than website () 2024-03-15 13:18:13 -07:00
Tanvir Rahman
5804d397ad
docs: removed unused composable example () 2024-03-15 11:18:35 -07:00
Tanvir Rahman
1410756e3f
docs: split a sentence in two to improve readability () 2024-03-15 10:29:40 -07:00
Tanvir Rahman
0af28831c1
docs: use a more common word () 2024-03-15 08:25:55 -07:00
Martins
9b23f36d2a
docs: added modular architecture use case for Layers () 2024-03-14 14:59:36 +01:00
Daniel Roe
d6edb30c5a docs: update cssnano website url
https://github.com/cssnano/cssnano/pull/1578
2024-03-06 20:46:34 +00:00
Daniel Roe
1b2c55765e
chore: remove second twoslash prop too 🤔 2024-03-06 13:46:28 +00:00
Daniel Roe
0bf70bd7ad
docs: remove twoslash from code sample 2024-03-06 13:40:32 +00:00
təəna.vuə
cdc3c4b3d2
docs: add documentation for using layers with private repos () 2024-03-06 13:25:23 +00:00
Oumar Barry
280d30d5e1
fix(schema): disable typescript.shim in favour of volar () 2024-03-05 10:32:40 +00:00
Till Sanders
0591966080
docs: add domEnvironment option to testing example () 2024-02-27 09:12:44 +00:00
renovate[bot]
30695bdb48
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-02-22 13:12:00 +00:00
Florent Delerue
7213b2ddac
docs: replace callout to new components () 2024-02-21 18:09:45 +01:00
Anthony Fu
f42045746f
docs: enable more blocks for twoslash () 2024-02-16 20:31:15 +00:00
Anthony Fu
3f882c95f6
ci: typecheck code samples in docs () 2024-02-15 10:07:39 +00:00
yoshihirokurosaki
4c735faac3
docs: add import statement for mountSuspended () 2024-02-14 10:04:28 +00:00
Mahdi Shah Abbasian
b40e9dc3c7
docs: <script setup> changed to <script setup lang="ts"> () 2024-02-13 12:50:38 +00:00
Naim Ahmed Shuvo
2dea0d3c80
docs: improve wording in seo docs () 2024-02-09 23:00:58 +00:00
Anthony Fu
3c271413f8
docs: enable twoslash for some code snippets () 2024-02-07 16:18:48 +00:00
Stephen Strange
e317349688
docs: add quotes to clarify what site title is in example () 2024-02-07 10:00:07 +00:00
Santiago Morales
be8f99cbbe
docs: fix typo in useAsyncData docs () 2024-02-05 20:25:42 +00:00
renovate[bot]
7d65769496
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-29 16:53:25 +00:00
Horváth Bálint
995acd9983
feat(nuxt): allow controlling view transitions in page meta () 2024-01-29 12:23:51 +00:00
Daniel Roe
73421483f6
fix(nuxt): improve return type of useRequestEvent () 2024-01-29 11:48:35 +00:00
Damian Głowala
9eb0d21ad5
fix(nuxt): improve global/payload error type with NuxtError () 2024-01-28 20:50:53 +00:00
Daniel Roe
e01fb7ac3b docs: update link to vercel edge network overview 2024-01-28 20:26:08 +00:00
Rivaland TAWOUAFO NGUTE
a7afd77a30
docs: use .cjs extension for ecosystem.config () 2024-01-27 21:56:28 +00:00
Michael Brevard
979ee466c1
docs: add separate docs page for error.vue () 2024-01-23 16:02:40 +00:00
Hriteek Bista
b47ff972fa
docs: fix typo () 2024-01-19 16:41:18 +00:00
Daniel Roe
87641c8672
docs: fix eslint link 2024-01-19 12:40:34 +00:00
Alexander Lichter
040cd97c3c
fix(schema): remove defineModel option as it is now stable () 2024-01-19 09:48:24 +00:00
mustafa60x
a53ef190b1
docs: remove space before colon () 2024-01-17 09:40:53 +00:00
Flowern
4145e1b3e4
docs: corrects variable name used in comment () 2024-01-16 23:17:46 +00:00
Maxime Pauvert
f1ea2690cc
docs: remove lagon from deployment providers () 2024-01-16 12:09:59 +00:00
Bertil Johannes Ipsen
74824f93ec
docs: added immediate: false in the appropriate example () 2024-01-16 10:03:03 +00:00
Sébastien Chopin
3c5ea3457c docs: add demo for view transitions api 2024-01-10 18:04:07 +01:00
gal-cernilogar
3d368c9c7f
docs: fix typo ()
Co-authored-by: Gal Černilogar <gal.cernilogar@outfit7.com>
2024-01-08 17:43:16 +01:00
Clément Ollivier
29a765081a
docs: specify yarn pnp opt-out for install () 2023-12-28 16:14:04 +00:00
Daniel Roe
5de779a7de
docs: update example test snapshots to remove escapes 2023-12-19 20:02:54 +00:00
Daniel Roe
3de719c8ee
docs: add docs for runtime test environment () 2023-12-19 13:33:53 +00:00
Sébastien Chopin
d26822f3df
feat(nuxt): add callOnce util to allow running code only once () 2023-12-19 11:00:11 +00:00
Victor Akintunde
5d2ac28576
docs: update return for useFetch and useAsyncData () 2023-12-18 19:37:51 +01:00
Sébastien Chopin
6d50b4744b docs: improvements on data-fetching 2023-12-18 11:20:04 +01:00
Abraham
3fba516073
docs: add panda css to styling guide () 2023-12-14 20:03:06 +00:00
Jamie Trip
3991a10adf
docs: add more info about custom serialize/revive () 2023-12-12 16:21:37 +00:00
Phojie Rengel
2193891778
docs: update yarn -o option to --open () 2023-12-08 13:42:36 +01:00
Sébastien Chopin
6f44e9470c docs: remove linking to nuxt-themes org 2023-12-08 10:39:24 +01:00
xxhls
8934eb31d9
docs: prefer ~ to @ alias in examples () 2023-12-05 12:40:04 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
roiLeo
e3f349f612
docs: add defineNuxtConfig to deployment example () 2023-11-24 15:11:55 +01:00
Sébastien Chopin
751dad7d79 docs: update to /deploy url 2023-11-20 19:39:40 +01:00
Sébastien Chopin
13b93237e4 docs: simplify to deployments page 2023-11-20 19:17:27 +01:00
siegerts
5d6cfd53a8
docs: add AWS Amplify Hosting to hosting providers ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-20 12:21:17 +01:00
Boby Tiwari
3506f48ec3
docs: mention changing directory in installation guide () 2023-11-16 15:15:18 +00:00
Joe Hawes
8af10e459f
docs: typos and wording tweaks for getting started section () 2023-11-15 21:43:03 +00:00
Daniel Roe
88ee7b7ea6
docs: update link to deno deploy provider docs 2023-11-15 21:42:40 +00:00
Damian Głowala
6de4bcb75e
docs: skip View Transitions API route middleware on server () 2023-10-26 01:31:46 +09:00
hossein-moghadam
a548b70342
docs: rename 3.nuxt.config.md to 3.nuxt-config.md ()
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-10-25 11:19:09 +02:00
ordago
995cba84a2
docs: fix typos () 2023-10-25 09:36:04 +09:00
Jeffrey GONZALES
4cf1d5b3bc
docs: fix typo () 2023-10-25 09:35:16 +09:00
KeJun
157d98b282
docs: add missing comma () 2023-10-23 12:54:52 +09:00
Salman Khattak
728ae6d878
docs: fix typo in pnpm install command () 2023-10-21 20:39:05 +01:00
Sébastien Chopin
6d0f45469e docs(getting-started): add schema for server 2023-10-20 19:28:55 +02:00
Luke Nelson
3eef1b3406
docs: update minimum required Node version () 2023-10-20 17:01:36 +01:00
Damian Głowala
08281866a6
docs: remove redundant trailing slashes from links () 2023-10-18 12:26:06 +01:00
Sébastien Chopin
f26a801775
docs: update to new website ()
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-18 12:59:43 +02:00
Daniel Roe
818dc626cf docs: fix other issues with routeRules example 2023-10-17 09:55:03 +01:00
Daniel Roe
b9cb08cdac docs: remove extraneous brace 2023-10-17 09:54:24 +01:00
orocane
1d43cdc908
docs: fix typo () 2023-10-13 09:37:03 +01:00
Italo
20853a89ac
docs: add section about computed url for data fetching () 2023-10-12 22:25:49 +01:00
Damian Głowala
f847f0c999
docs: rename /edge-channel page to /nightly-release-channel () 2023-10-12 18:01:41 +01:00
Daniel Roe
c63f9a95de docs: update additional mentions to nightly release channel 2023-10-12 16:55:59 +01:00
Estéban
914fbd8883
docs: add server concept () 2023-10-11 10:11:41 +01:00
Ezra Adeyinka
8db82af3a9
chore: fix various typos and update to US English () 2023-10-10 12:14:55 +01:00
Italo
6fcc979877
docs: improve data fetching section () 2023-09-27 15:33:08 +01:00
Arash
ff8a040055
docs: update link to devtools.nuxt.com () 2023-09-22 09:17:25 +02:00
Tech Genius
f2ce8f6ba4
docs: added missing leading slash () 2023-09-13 09:06:17 +01:00
Tech Genius
2a21059495
docs: change NuxtLabs UI to Nuxt UI () 2023-09-12 12:59:32 +01:00
Sma11X
8cf119f9a7
docs: fix typo () 2023-09-07 10:49:28 +01:00
Daniel Roe
fe29948feb docs: remove 'caching' section from data fetching 2023-09-06 10:31:54 +01:00
Harlan Wilton
19145386e3
fix(nuxt): resolve head instance from Nuxt app () 2023-09-05 11:25:46 +01:00
Muhammad Mahmoud
a28ee6b014
docs: fix typo in bun package manager name () 2023-08-24 09:12:21 +01:00
Colin McDonnell
9d3702c7c2
docs: add instructions for Bun package manager () 2023-08-24 07:44:43 +01:00
Colin McDonnell
08b1950ffb
feat(nuxi): detect bun package manager () 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 () 2023-08-13 22:35:04 +01:00
Michael
914a6aa7af
docs: update rendering error page () 2023-08-09 12:22:00 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
Estéban
02a50c8eb8
docs: update prerender documentation () 2023-08-03 17:04:30 +01:00
nobkd
f7e2b2bf6e
docs: escape ] in code-block filenames () 2023-08-03 12:05:29 +01:00
Adham Farrag
a2581c6d23
docs: add recommendation to install nuxtr () 2023-07-31 11:23:00 +01:00
Mahdi Shah Abbasian
bea6ed1d9c
docs: standardize indentation and tag positioning () 2023-07-18 11:31:45 +01:00
Hebilicious
350788419c
docs: prefix internal links with / () 2023-07-13 11:05:33 +01:00
Jianqi Pan
b49e5f420c
docs: add more internal links () 2023-07-07 17:24:09 +01:00
Daniel Roe
3bae61507e docs: add leading slash
resolves 
2023-07-07 09:56:50 +01:00
Aditya Rawat
6cf762f169
docs: describe environment override feature () 2023-07-01 14:39:07 +01:00
Daniel Roe
d4af237685
docs: update example links () 2023-06-27 12:27:11 +01:00
Rayan Inerky
dc329c32aa
docs: add warning about dynamic import of css () 2023-06-27 11:53:38 +01:00
Roman Vašek
cfd14e4572
docs: added @latest to install commands () 2023-06-22 16:58:58 +01:00
Lehoczky Zoltán
961f0f58f2
docs: americanize spelling + fix typos () 2023-06-18 21:28:03 +01:00
Hebilicious
a0c2363616
docs: add info on extending the HTML template () 2023-06-17 22:43:17 +01:00
Bruno Braga
64bccf37a5
docs: reorder sfc blocks and add initial slash in link () 2023-06-17 22:34:31 +01:00
Hebilicious
c9506cc3d5
docs: add full stop () 2023-06-17 22:33:54 +01:00
Hebilicious
bcb3d7337b
docs: add styling section ()
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 () 2023-06-09 22:22:21 +01:00
Vasily Kuzin
370653ac39
docs: add info about vue configuration ()
Co-authored-by: Unai Mengual <git@owln.ai>
2023-06-06 22:36:01 +01:00
warflash
eee7647095
docs: fix Cloudflare capitalization () 2023-05-30 21:31:32 +01:00
Hebilicious
2baea30f70
docs: distinguish between $fetch and fetch composables () 2023-05-30 11:05:41 +02:00
warflash
181e3b9b0a
docs: add index.vue to page routing example () 2023-05-29 15:56:17 +02:00
Jongmin Yoon
e864c018a9
docs: improve data fetching docs () 2023-05-28 10:35:28 -05:00
Clément Ollivier
200bc025c4
docs: rewrite data fetching section () 2023-05-25 16:38:55 -05:00
Luciano Tonet
e847e33a75
docs: add advanced usage example of useState () 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 () 2023-05-09 16:41:02 +01:00
darioferderber
24c30eb976
docs: add useSeoMeta and useServerSeoMeta pages () 2023-05-05 14:50:06 +01:00
Clément Ollivier
30132f3603
docs: selective pre-rendering options () 2023-05-04 11:52:46 +01:00
Daniel Roe
16bf228437
fix(nuxt): ensure useError is called with nuxt app context () 2023-05-01 23:55:24 +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
Daniel Roe
e1e3d2cd8e
feat(nuxt): add scoped helper for clearing error within boundary () 2023-04-29 23:32:29 +01:00
Pavel Mokin
e4b4665f0d
docs: fix typo () 2023-04-29 23:31:37 +02:00
Daniel Roe
197de3ecbb
fix(nuxt): call app:error in SSR before rendering error page () 2023-04-26 14:36:59 +01:00
Clément Ollivier
dd5f007120
docs: add cdn proxy section () 2023-04-25 13:38:10 +01:00
Jonas Thelemann
3133c6fb84
fix(deps): relax upper node version constraint () 2023-04-24 22:24:38 +01:00