1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Commit Graph

279 Commits

Author SHA1 Message Date
Daniel Roe
8fbdab8151
docs: update links to new vuejs.org site () 2022-02-07 11:16:45 +01:00
Daniel Roe
fae2179ee9
chore: replace constructors with types () 2022-02-03 19:02:55 +01:00
pooya parsa
1672148a87
feat(kit): support config extends using unjs/c12 () 2022-01-31 22:13:58 +01:00
renovate[bot]
a43757b082
chore(deps): update all non-major dependencies ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 11:55:56 +01:00
Daniel Roe
965f2abaee
feat(nuxt3): middleware type generation improvements () 2022-01-27 12:13:32 +01:00
renovate[bot]
4b1ea5741e
chore(deps): update dependency jiti to ^1.12.14 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 13:03:01 +01:00
renovate[bot]
0affa39b62
chore(deps): update all non-major dependencies ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-01-26 12:57:33 +01:00
Daniel Roe
dccc0c9c6f
feat(nuxt3): add middleware via route meta () 2022-01-25 13:29:11 +01:00
MrDizzystick
a53246a1a4
docs(schema): fix typo () 2022-01-24 11:30:50 +01:00
Daniel Roe
ed2d26f1b5
fix(schema): support inline module options () 2022-01-21 12:47:13 +01:00
Daniel Roe
f219f635ad
feat(nuxt3): allow disabling vue type shims () 2022-01-19 19:10:38 +01:00
Daniel Roe
d07d572263
feat: improve base url options () 2022-01-18 17:59:14 +01:00
Harlan Wilton
4bd7adae4a
feat(nuxi): call nuxt listen hook for dev () 2022-01-18 17:36:01 +01:00
Daniel Roe
93ef422b5d
feat(nuxt3): add support for definePageMeta macro () 2022-01-17 19:27:23 +01:00
renovate[bot]
303b5bd220
chore(deps): update all non-major dependencies ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 18:21:05 +01:00
Yasser Lahbibi
ca9761df9e
feat(auto-import): allow explicit transform exclusion patterns ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-21 15:28:45 +01:00
pooya parsa
045b9edb5d
feat(kit, schema)!: finalize nuxt 3 module spec and utils () 2021-12-21 14:57:26 +01:00
Daniel Roe
c824905b99
fix(schema): handle null/undefined values in runtimeConfig () 2021-12-20 13:19:31 +01:00
renovate[bot]
23397e603c
feat(deps): update all non-major dependencies ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-14 16:46:05 +01:00
Daniel Roe
0d85c9ef77
fix(schema): type render.compressor () 2021-12-10 14:48:52 +01:00
Daniel Roe
af6f91e8fe
fix(schema): fix typo for import.meta.globEager () 2021-12-01 12:58:24 +01:00
Tobias Diez
c347b6cc8a
fix(schema): allow strings in plugin config () 2021-11-29 12:22:00 +01:00
Yasser Lahbibi
ad2918195b
fix(autoImports): dirs option should be string[] () 2021-11-29 12:14:03 +01:00
Daniel Roe
f5307f9d13
feat(nuxi): add typecheck command using vue-tsc ()
* feat(nuxi): add `typecheck` command using `vue-tsc`

* perf: use local install with execa + set rootDir as cwd
2021-11-24 17:02:57 +01:00
Daniel Roe
7a78bce449
fix(schema): extend NuxtOptions for nitro & bridge types () 2021-11-24 16:51:26 +01:00
Giant
939f2eea25
docs: fix typo () 2021-11-24 16:25:20 +01:00
Daniel Roe
15dad0e039
fix(schema): remove stray nuxt3 import () 2021-11-23 11:55:24 +01:00
Daniel Roe
834532bf71
fix(schema, nuxt3): export meta types from schema () 2021-11-23 11:16:11 +01:00
pooya parsa
d68318f9d5
refactor: split schema to @nuxt/schema and simplify kit () 2021-11-21 17:14:46 +01:00