1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 10:06:41 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
pooya parsa
25ac652652
feat(nuxi): nuxi cleanup command () 2022-07-25 17:19:17 +02:00
Ennio Visconti
9d28c0adbb
refactor(nuxi): improve env update message () 2022-06-13 00:13:59 +02:00
Daniel Roe
a9c061cd2e
fix(nuxi): always override NODE_ENV () 2022-06-12 23:26:36 +02:00
Daniel Roe
2d202b59e3
fix(nuxi): don't strip file extensions from dirs in tsconfig () 2022-04-25 19:07:01 +02:00
Daniel Roe
eed7036627
fix(nuxi): strip extensions from absolute paths (for types) () 2022-04-19 21:14:39 +02:00
Daniel Roe
e0b2a3bfe4
chore: use node: prefix for built-in modules () 2022-04-15 17:19:05 +02:00
pooya parsa
0b12666d49
refactor(nuxi): remove rimraf dependency () 2022-04-12 21:06:44 +02:00
Dizzy Rogers
8874728842
fix(nuxi): update api template to event format () 2022-04-07 23:25:39 +02:00
pooya parsa
11626eea4f
feat!: migrate to nitropack ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00
Jakub Andrzejewski
19842ce471
feat(nuxi): scaffold files with nuxi add ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-03-25 15:56:36 +01:00
Daniel Roe
30b8059d6d
fix(bridge): handle missing experimental key on bridge () 2022-03-18 11:45:30 +01:00
Anthony Fu
f69126e8f4
feat: support reactivity transform ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-03-17 23:17:59 +01:00
Daniel Roe
5d58ef48af
feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-11 09:22:16 +01:00
Daniel Roe
7b6252a444
feat(nuxi): add jsx option to generated tsconfig () 2022-03-01 19:25:23 +01:00
Daniel Roe
c1148d4d77
refactor: write declarations to <buildDir>/types ()
* refactor: write declarations to `<buildDir>/types`

* fix: update relative imports
2022-02-07 11:20:01 +01:00
Daniel Roe
03cc1913a3
fix(nuxi,nuxt3,bridge): generate all templates with nuxi prepare () 2022-01-24 14:28:47 +01:00
Pooya Parsa
1ef6e3f525 fix(nuxi): ensure buildDir exists before write 2021-12-01 21:40:40 +01:00
pooya parsa
d68318f9d5
refactor: split schema to @nuxt/schema and simplify kit () 2021-11-21 17:14:46 +01:00
Anthony Fu
1e0e8818da
fix(bridge): exclude bridge alias types to support Volar () 2021-11-18 19:11:43 +01:00
Daniel Roe
f3a1ac5c59
fix(nuxi): handle missing typescript options in build () 2021-11-16 16:20:27 +01:00
pooya parsa
b16cfea689
feat: typescript options () 2021-11-16 13:32:21 +01:00
Daniel Roe
89aa7aa303
fix(nuxi): set allowSyntheticDefaultImports () 2021-11-10 17:39:19 +01:00
Daniel Roe
f2d4c65edb
fix(nuxi): default to skipping lib check () 2021-11-10 14:18:25 +01:00
Daniel Roe
13a8e2b163
fix(nitro, nuxi): add runtimeConfig types (for #config and useRuntimeConfig()) ()
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-10 13:40:02 +01:00
Daniel Roe
37f86a06c1
fix(nuxi): satisfies isn't always default export () 2021-11-02 16:56:12 +01:00
Daniel Roe
47e0721413
fix(nuxi, kit): import individual semver function () 2021-11-02 10:43:08 +01:00
Anthony Fu
5eb8e072ee
refactor(nuxi): info output package manager version () 2021-10-29 10:41:04 +02:00
Daniel Roe
7d918e1457
refactor(nuxi): move nuxt.d.ts within buildDir () 2021-10-23 00:33:22 +02:00
Daniel Roe
281790e036
feat: define nitro #storage and #assets types () 2021-10-23 00:25:49 +02:00
Daniel Roe
f0b9474b40
feat(nuxi): bundle analyzer ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-21 21:51:44 +02:00
pooya parsa
d8d10febd5
feat!: add engines.node field and node.js version check () 2021-10-18 21:31:15 +02:00
Daniel Roe
6546fccbf9
fix(nuxi): write tsconfig when generating buildDir () 2021-10-18 16:22:02 +02:00
Xin Du (Clark)
31b12d04c0
feat(cli): generate tsconfig.json in prepare command ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-13 22:01:50 +02:00
Daniel Roe
f0ce5f78f8
fix(nuxi): warn if user does not have @nuxt/kit installed () 2021-10-13 12:44:54 +02:00
Daniel Roe
06c1222e1f
feat(nuxi): invoke prepare step for nuxi dev/build () 2021-10-07 15:53:31 +02:00
Daniel Roe
abfaaa97eb
chore(nuxi): use consola for consistency () 2021-10-07 12:15:15 +02:00
pooya parsa
6e496373f3
feat: use native esm for all packages () 2021-10-02 18:01:17 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe () 2021-09-27 14:49:36 +02:00
pooya parsa
084b4e2123
refactor: rename nuxt-cli to nuxi () 2021-08-10 19:37:03 +02:00