Commit Graph

60 Commits

Author SHA1 Message Date
Daniel Roe
9346c7ca7b
fix(nuxt): prompt to set compatibility date with latest nitro (#27893) 2024-06-28 14:14:47 +02:00
Daniel Roe
3f6d7dad1a
chore: disable shamefully-hoist within repo (#27483) 2024-06-07 21:55:12 +01:00
Anthony Fu
f209158352
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653) 2024-04-05 19:08:32 +01:00
Daniel Roe
17488508b1
chore: enable devtools by default in playground 2024-04-01 15:56:44 +01:00
Daniel Roe
7fbcaf2909 chore: remove stray router.options file 2023-11-07 11:13:34 +00:00
renovate[bot]
fa207a9fd5
chore(deps): update all non-major dependencies (main) (#24117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-11-06 11:01:03 +00:00
Daniel Roe
c10a624052 chore: add explicit vue dependency in fixtures 2023-07-06 13:07:17 +01:00
Daniel Roe
e00beddad6
fix(nuxt): add aliases and augmentations for nitro context (#21680) 2023-06-22 11:49:14 +01:00
pooya parsa
9845467421
feat(nuxt): upgrade to nitropack 2.2 (#18889) 2023-02-09 07:02:07 +01:00
Daniel Roe
a4e0a64f33
chore: restore playground config 2022-11-21 12:50:05 +00:00
Nathan Chase
34ae992755
docs: external configuration table (#9189)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-21 13:38:10 +01:00
Daniel Roe
74a90c566c
chore: use pnpm for framework monorepo (#7895)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-17 12:10:05 +02:00
pooya parsa
895ecc7677
feat!: upgrade to nitropack@0.6 and h3@0.8 (#8218) 2022-10-15 20:42:57 +02:00
pooya parsa
ac0b3a63a2
feat(nuxt, kit): auto import defineNuxtConfig (#7497) 2022-09-14 13:10:10 +02:00
pooya parsa
3a60bf69ce
perf(nuxt): import defineNuxtConfig from nuxt/config (#7485) 2022-09-14 12:37:30 +02:00
Pooya Parsa
a329b28dd8 chore: use latest nuxt and @nuxt/ui for examples 2022-09-05 15:44:25 +02:00
Anthony Fu
537338f116
fix(nuxt): pass and format vite-node build errors (#6683)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-03 12:02:14 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt (#4449) 2022-04-20 10:52:39 +02:00
pooya parsa
756693ce7f
feat!: migrate to nitro 0.3x (#4438) 2022-04-19 21:10:32 +02:00
pooya parsa
83d27bd158
feat: enable hybrid rendering for nuxi build (#4373) 2022-04-15 18:31:19 +02:00
pooya parsa
11626eea4f
feat!: migrate to nitropack (#3956)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00
Pooya Parsa
281784d238 chore: convert playground to minimal starter 2022-03-31 08:51:24 +02:00
Pooya Parsa
bbfb798f09 chore: fix playground without relative path
#2939
2022-03-31 01:09:18 +02:00
Anthony Fu
11c460fa99
fix(vite-node): entry path and executing in production (#3854) 2022-03-24 13:35:09 +01:00
Anthony Fu
13a5487c54
chore: upgrade @nuxt/ui (#3668) 2022-03-15 12:02:51 +01:00
Daniel Roe
3c96417a65
chore: remove non-existent extends (#3648) 2022-03-14 13:27:02 +01:00
Anthony Fu
ac40c9746c
feat(vite): experimental vite-node support (#2795)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-11 09:41:27 +01:00
pooya parsa
790a54897a
feat!(nuxt3): extends support for components/ directory (#3108)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-02-07 21:48:25 +01:00
Anthony Fu
afcaaff57d
chore(example): use @nuxt/ui for examples (#2325)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-23 20:27:08 +01:00
Anthony Fu
495aeffd74
docs: use nuxi everywhere (#1577) 2021-10-29 12:38:22 +02:00
Xin Du (Clark)
31b12d04c0
feat(cli): generate tsconfig.json in prepare command (#822)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-13 22:01:50 +02:00
Anthony Fu
9f0683079e
feat(nuxt3): support init function for useState (#767) 2021-10-12 16:28:49 +02:00
Daniel Roe
eaa16f2a7b
chore: fix playground hydration error (#758) 2021-10-12 16:19:02 +02:00
Anthony Fu
ad24965bbc
chore: update playground style (#755) 2021-10-12 15:49:21 +02:00
pooya parsa
9cb9bb651e
feat(nuxt3): create root component (#750) 2021-10-12 14:51:41 +02:00
Daniel Roe
b005b2403f
feat(nitro): automatically type middleware/api routes (#708) 2021-10-11 15:29:02 +02:00
Anthony Fu
bade471dcf
refactor: rename global-imports to auto-imports (#706) 2021-10-11 10:07:27 +02:00
Daniel Roe
cc2279bd8a
refactor(nuxi): extract nitro types to corresponding modules (#668)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-07 12:09:09 +02:00
pooya parsa
dd73a8bcad
feat: export defineNuxtConfig from nuxt3 and @nuxt/bridge (#669) 2021-10-06 14:31:52 +02:00
Anthony Fu
bb8c4ff019
feat(vite): vite dev server bundler (#604)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-05 16:18:03 +02:00
Pooya Parsa
5920a0eaa9 chore: update playground 2021-09-10 10:11:32 +02:00
Daniel Roe
8aaa1b3124
fix(webpack): exclude assets from webpack externals (#471) 2021-09-05 22:34:56 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3 (#439) 2021-08-11 22:28:38 +02:00
pooya parsa
084b4e2123
refactor: rename nuxt-cli to nuxi (#430) 2021-08-10 19:37:03 +02:00
Anthony Fu
b2b4c64807
feat: auto global imports (#410)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-10 02:27:23 +02:00
Daniel Roe
57a2974450
feat(cli): add prepare command to stub module types (#370)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-07-26 16:46:19 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module (#252)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
Anthony Fu
4521580fc3
chore: add playground package.json and include in workspace (#310) 2021-07-12 12:35:50 +02:00
Pooya Parsa
36a3d285d8 chore: add fixes for components discovery 2021-06-18 18:57:42 +02:00
pooya parsa
a0f81cd1fb
feat: components discovery (#243)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-06-18 18:50:03 +02:00