Patrik
|
1d8e431f24
|
docs(cloudflare): update build command (#3604)
|
2022-03-11 12:53:19 +01:00 |
|
Daniel Roe
|
5d58ef48af
|
feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-11 09:22:16 +01:00 |
|
Clément Ollivier
|
a59bf5233d
|
docs(cli): specify commands that interact with node-env (#3593)
|
2022-03-11 08:57:59 +01:00 |
|
Clément Ollivier
|
7f1a086753
|
docs(usage): add references of nuxi commands and options (#3577)
|
2022-03-09 19:57:47 +01:00 |
|
Alexander Lichter
|
a55c7874e6
|
docs(server): add example for early spiking middleware (#3564)
|
2022-03-09 14:42:42 +01:00 |
|
Percy
|
717c5b185a
|
docs(install): add 3rd tab for using pnpm (#3559)
|
2022-03-09 11:40:20 +01:00 |
|
Christian Burkhart
|
cbb2e9ce2b
|
docs: example using useMeta with definePageMeta (#3552)
|
2022-03-08 19:02:10 +01:00 |
|
Tobias Diez
|
0f2cba5b1d
|
docs: add custom redirects for netlify deployment #3553)
|
2022-03-08 19:01:37 +01:00 |
|
Daniel Roe
|
4dea1d35fe
|
docs: add yarn stub instruction to contribution guide
resolves #3550
|
2022-03-08 09:30:02 +00:00 |
|
Daniel Roe
|
398b311ad6
|
fix(nitro): rename cold start -> nitro start (#3528)
|
2022-03-07 11:34:45 +01:00 |
|
Daniel Roe
|
8b5e52f2a9
|
docs: add note about proxying cookies back to client (#3218)
|
2022-03-03 20:30:01 +01:00 |
|
Clément Ollivier
|
b327a9c996
|
docs(concepts): add Vue development page (#3159)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2022-03-01 17:14:26 +01:00 |
|
Sébastien Chopin
|
98face082e
|
docs: add roadmap description (#3465)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-03-01 16:57:01 +01:00 |
|
pooya parsa
|
0442e297d4
|
docs: add project roadmap (#3448)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Alexander Lichter <manniL@gmx.net>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2022-03-01 16:43:06 +01:00 |
|
YannicEl
|
02cc2b1461
|
docs: fix typo (#3456)
|
2022-03-01 09:14:23 +00:00 |
|
Daniel Roe
|
ad8027340e
|
docs: add .nuxtignore docs (#3440)
* docs: add `.nuxtignore` docs
* docs: fix link syntax
* style: lint
* style: add lang
* Update 17.nuxtignore.md
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2022-02-28 18:36:56 +00:00 |
|
Daniel Roe
|
0958a61322
|
docs: add examples for useLazyFetch and useLazyAsyncData (#3418)
|
2022-02-28 11:21:06 +01:00 |
|
Plat
|
ccce543c17
|
docs: remove await in front of useQuery in example (#3407)
|
2022-02-27 08:53:30 +00:00 |
|
tramplay
|
ed411c687d
|
docs: auto imports don't work in server/api (#3330)
|
2022-02-21 13:36:16 +01:00 |
|
Rodrigo Mesquita
|
070de5ba45
|
chore(docs): improve useAsyncData docs (#3333)
|
2022-02-21 12:24:57 +01:00 |
|
Clément Ollivier
|
22c3e33c1e
|
docs: document auto-imports and avoid #app and #imports in examples (#3296)
|
2022-02-18 19:20:55 +01:00 |
|
Dipanjan De
|
7776452061
|
docs: fix typo (#3205)
|
2022-02-11 21:04:34 +00:00 |
|
Robbert van Mourik
|
6d4eb3da26
|
docs: fix typo in prepare command (#3177)
|
2022-02-10 22:58:36 +00:00 |
|
pooya parsa
|
82a7fd561b
|
feat(kit): createResolver utility (#3111)
|
2022-02-07 22:39:31 +01:00 |
|
pooya parsa
|
03d5fdde2d
|
feat(kit)!: expose resolvePath (#3110)
|
2022-02-07 22:00:20 +01:00 |
|
Daniel Roe
|
614e87e9f0
|
feat(nitro): add support for lambda v2 payload format (#3070)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-02-07 13:25:05 +01:00 |
|
Daniel Roe
|
b3e9cf6fd6
|
fix(nuxt3)!: key routes by interpolated path (#2976)
|
2022-02-07 12:32:04 +01:00 |
|
Lee Robinson
|
619f9dd3e7
|
docs: Update Vercel deployment documentation. (#3000)
|
2022-02-07 11:22:09 +01:00 |
|
Daniel Roe
|
b91150d67c
|
docs: add keepalive docs (#3090)
|
2022-02-07 11:17:28 +01:00 |
|
Daniel Roe
|
8fbdab8151
|
docs: update links to new vuejs.org site (#3091)
|
2022-02-07 11:16:45 +01:00 |
|
Chris Calo
|
b48bad0aaf
|
docs: fix typo (#3062)
|
2022-02-05 13:39:26 +00:00 |
|
Clément Ollivier
|
16167264e3
|
docs(concepts): rendering (#3031)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2022-02-03 16:47:25 +01:00 |
|
Daniel Roe
|
083f90b719
|
refactor: extract <NuxtLayout> from <NuxtPage> (#3011)
|
2022-01-31 19:58:19 +01:00 |
|
Daniel Roe
|
47dfb7b519
|
docs: add links to discussions for work-in-progress (#3005)
|
2022-01-31 11:59:32 +01:00 |
|
Richard Schloss
|
4d9bf0c359
|
docs: add "Are you courageously Nuxt" subsection (#2960)
|
2022-01-31 11:55:45 +01:00 |
|
Gareth Redfern
|
33f6c3ef74
|
docs: add missing </script> tag (#2990)
|
2022-01-31 10:33:42 +00:00 |
|
Victorio Berra
|
8c6f5fd3de
|
docs: add https:// to link (#2988)
|
2022-01-29 21:43:48 +00:00 |
|
Julian Martin
|
e0b565171f
|
docs: fix localhost link (#2986)
|
2022-01-29 21:20:41 +00:00 |
|
Philipp Fischbeck
|
d73e11777e
|
docs: fix broken link in docs/advanced/kit (#2966)
|
2022-01-28 12:31:22 +01:00 |
|
Vinil Vasani
|
558be39875
|
docs: minor nuxt module doc change (#2962)
|
2022-01-27 21:59:48 +00:00 |
|
pooya parsa
|
9ef94d19f7
|
docs: add advanced section for module authors (#2950)
|
2022-01-27 18:02:42 +01:00 |
|
Anish George
|
150caefa34
|
docs: add example of inlined css for <Style> component (#2910)
|
2022-01-26 12:58:51 +01:00 |
|
Daniel Roe
|
944464781d
|
feat(nuxt3): make layout and other page meta reactive (#2926)
|
2022-01-26 12:56:24 +01:00 |
|
Daniel Roe
|
ff001f68e7
|
docs(migration): update comparison table (#2905)
|
2022-01-25 15:02:57 +01:00 |
|
Daniel Roe
|
dccc0c9c6f
|
feat(nuxt3): add middleware via route meta (#2858)
|
2022-01-25 13:29:11 +01:00 |
|
Daniel Roe
|
2d1b772827
|
docs: add blank line (#2901)
|
2022-01-25 13:19:40 +01:00 |
|
notRyan
|
a569d16900
|
docs: add example of useRuntimeConfig() within a plugin (#2900)
|
2022-01-25 13:04:22 +01:00 |
|
Daniel Roe
|
29fa0c991b
|
feat(nuxt3)!: support layout transitions (#2861)
* feat(nuxt3): support layout transitions
* docs: update
|
2022-01-24 18:10:42 +01:00 |
|
Daniel Roe
|
83a959a67b
|
fix(nuxt3): allow customising page keys (#2859)
|
2022-01-24 11:35:28 +01:00 |
|
J Bruni
|
3125c72e09
|
docs(esm): fix typo (#2866)
|
2022-01-24 11:31:55 +01:00 |
|