1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Commit Graph

479 Commits

Author SHA1 Message Date
pooya parsa
77aeaa3288
fix(nuxt3)!: custom response type for useFetch using first generic () 2022-02-16 21:50:19 +01:00
Daniel Roe
42373e060d
fix: clean up some type issues and add type test suite () 2022-02-15 10:50:11 +01:00
Daniel Roe
9734856fb0
fix(nuxt3): return render function for <Head> () 2022-02-14 11:46:27 +01:00
Tobias Diez
18924da869
chore(bridge): Improve typing of defineNuxtPlugin function () 2021-11-18 12:08:58 +01:00
pooya parsa
850ef69a87
fix(bridge): disable legacy fetch polyfills () 2021-11-11 17:46:10 +01:00
Anthony Fu
fd043eb6e4
chore: explicitly include std-env as dep for bridge fixture () 2021-11-11 11:43:14 +01:00
Anthony Fu
91b428eeea
fix(bridge): enable vite build by default () 2021-11-05 09:51:15 +01:00
Anthony Fu
85f39858e5
fix(vite, bridge): avoid vite resolving tsconfig.json () 2021-11-04 09:13:29 +01:00
Anthony Fu
495aeffd74
docs: use nuxi everywhere () 2021-10-29 12:38:22 +02:00
Anthony Fu
46f858dd82
chore: move nuxt-vite to bridge ()
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-26 14:59:05 +02:00
Francisco Buceta
54549cfc61
fix(nitro): omit /index from generated api urls () 2021-10-22 19:04:02 +02:00
pooya parsa
666b7f1ba8
feat: useState composable () 2021-10-11 19:48:03 +02:00
Daniel Roe
accbe6445c
chore: add fixtures to monorepo workspaces ()
* chore: add fixtures to monorepo workspaces

* chore: dedupe lockfile
2021-10-07 11:19:41 +02:00
Daniel Roe
11490cdd7d
feat(bridge): add support for <script setup> () 2021-10-07 10:31:29 +02:00
Daniel Roe
a07b67ce57
feat(bridge): use useMeta in bridge projects () 2021-10-06 14:37:45 +02:00
pooya parsa
dd73a8bcad
feat: export defineNuxtConfig from nuxt3 and @nuxt/bridge () 2021-10-06 14:31:52 +02:00
pooya parsa
45b4946026
feat(nuxt3, bridge): useRuntimeConfig ()
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-10-02 22:30:20 +02:00
Daniel Roe
b712de9aa2
feat(bridge): enable automatic global imports for nuxt2 () 2021-10-02 18:59:32 +02:00
pooya parsa
6e496373f3
feat: use native esm for all packages () 2021-10-02 18:01:17 +02:00
Daniel Roe
71e71d1327
feat(bridge, nuxt3): expose equivalent useRoute and useRouter com… () 2021-10-02 14:32:28 +02:00
Daniel Roe
ad9d2d1906
feat(bridge): add support for legacy composition api helpers () 2021-09-29 12:38:44 +02:00
pooya parsa
fc019b8816
feat(bridge): enable composition-api () 2021-09-22 17:34:11 +02:00
renovate[bot]
758bf3ef6f
chore(deps): update all non-major dependencies () 2021-09-20 20:59:49 +02:00
pooya parsa
44458fcbbb
feat: nuxt bridge () 2021-09-05 23:21:33 +02:00
pooya parsa
084b4e2123
refactor: rename nuxt-cli to nuxi () 2021-08-10 19:37:03 +02:00
Daniel Roe
d841673e9c
chore: upgrade to yarn v3 ()
[skip-release]
2021-07-26 22:14:31 +02:00
pooya parsa
be255772b2
feat: support ssr: false ()
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-07-21 22:05:22 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
pooya parsa
5aa59c2ca5
test: add nitro preset tests (v2 & v3) () 2021-04-23 21:52:32 +02:00