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

31 Commits

Author SHA1 Message Date
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
Daniel Roe
8c3159f4ba
fix(nuxt): pass joinRelativeURL + share paths on server () 2024-03-21 11:57:11 +00:00
Daniel Roe
7252b56d52 chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +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
3be4a5d406
chore(nuxt): add return type for entry () 2023-12-19 10:07:43 +00:00
Anthony Fu
1cc05b9ae6
fix(nuxt): handle errors when booting app with app:error () 2023-11-20 21:18:26 +00:00
Daniel Roe
e753abd7b8
fix(nuxt): resolve imports from virtual files () 2023-11-01 16:55:34 +01:00
Daniel Roe
d7b1116443
perf(nuxt): use granular imports for auto-importing composables () 2023-10-30 22:05:02 +01:00
Anthony Fu
8c77ce81b9
fix(nuxt): init $fetch at entry start () 2023-10-25 09:31:25 +09:00
Damian Głowala
b5b2b47feb
feat(nuxt): make app.rootId optional () 2023-08-12 08:19:36 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags () 2023-08-07 23:03:40 +01:00
Daniel Roe
2abcc16cfb
perf(nuxt): extract and apply plugin order at build time () 2023-06-20 00:00:03 +01:00
Daniel Roe
7710ed30fa
fix(nuxt): skip vue render when redirecting () 2023-06-07 13:18:50 +01:00
Daniel Roe
1da25c8069
fix(nuxt): allow resolving client nuxt app to singleton () 2023-05-09 11:22:38 +01:00
Daniel Roe
f366ab4eb8
chore: remove @ts-ignore and fix some issues () 2023-04-14 13:53:21 +01:00
Daniel Roe
9878c5b6e4
style: enable sort-imports eslint rule () 2023-04-07 09:02:47 -07:00
pooya parsa
9e503be0f2
feat(nuxt): experimental option for rich json payloads ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
Daniel Roe
4ca2dccd38
fix(nuxt): unset context after app is created () 2023-03-17 19:01:16 +00:00
Daniel Roe
9a035a15c5
refactor(nuxt): within nuxt app, import directly from source file () 2023-02-08 22:26:41 -08:00
renovate[bot]
0b1cdcc70d
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-14 01:13:48 +00:00
Daniil Chudo
ab2456c295
refactor: split out type imports from value imports () 2022-12-11 21:44:52 +00:00
pooya parsa
b49f2a8147
refactor: update unjs dependencies to stable v1 () 2022-11-15 15:33:43 +01:00
pooya parsa
0ff4ebe808
feat: allow customizing root id and tag () 2022-11-10 12:41:02 +01:00
Daniel Roe
3839dba06a
refactor(nuxt): explicitly import app in nuxt-root () 2022-11-09 10:14:15 +01:00
mmis1000
c404cb1be4
fix(nuxt): page hydration and double load ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-08 16:18:57 +02:00
Anthony Fu
f350a70775
refactor(nuxt): enable strict type checking ()
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-12 19:47:58 +02:00
Daniel Roe
46f36a4038
fix(nuxt): use payload error state as source of truth () 2022-08-08 16:33:31 +02:00
Daniel Roe
822928b07e
fix(nuxt): add ssrContext types on NuxtApp () 2022-06-08 21:37:50 +02:00
Anthony Fu
256df28124
chore: enable typecheck ci for packages () 2022-04-29 11:38:22 +02:00
Daniel Roe
7b091abcea
fix(nuxt3): default client-side fetch to use baseURL () 2022-04-20 14:35:33 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt () 2022-04-20 10:52:39 +02:00