1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-24 01:56:37 +00:00
Commit Graph

97 Commits

Author SHA1 Message Date
pooya parsa
396472778f
fix(cli): close process by default after command invokation () 2022-04-09 12:02:56 +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
Daniel Roe
301f242422
fix(nuxi): use rm rather than rmdir () 2022-04-05 16:47:08 +02:00
Daniel Roe
02d2d1ae35
feat(nuxi): load .env when previewing builds () 2022-04-01 12:28:39 +02:00
Daniel Roe
e4956c555f
fix(nuxi): ignore buildDir on windows too () 2022-03-31 18:09:57 +02:00
Daniel Roe
df188d7734
fix(nuxi): respect NUXT_PORT and NUXT_HOST vars in dev mode () 2022-03-30 21:07:26 +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
jfavlam
7a994bc7a7
chore(nuxi): add pnpm to init instructions ()
* Add pnpm instructions

Add pnpm commands to install the dependencies and start the development server

* Update packages/nuxi/src/commands/init.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-22 10:35:07 +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
pooya parsa
a50b8ca712
feat(test-utils): test in development mode () 2022-03-17 22:31:06 +01:00
pooya parsa
621ce975b4
feat(nuxi): expose runCommand () 2022-03-17 19:49:59 +01:00
Anthony Fu
452a7730e0
feat(nuxi): init nuxi test support ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-16 13:34:27 +01:00
Daniel Roe
ff88d91bae
fix: use perfect-debounce to handle trailing run of promise ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-16 12:11:30 +01:00
Daniel Roe
14b32258e8
fix: ensure debounced/async handlers run in order () 2022-03-15 11:56:16 +01:00
Daniel Roe
a7ce6d53b7
fix(nuxi): use new builder option for vite/webpack info () 2022-03-15 11:39:49 +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
754ff0c9e7
feat: .nuxtignore support and isIgnored kit utility () 2022-02-28 17:11:46 +01:00
Daniel Roe
271289c4d6
fix(nuxi): don't clear screen on nuxi dev --help () 2022-02-24 17:18:13 +00:00
Xin Du (Clark)
48cc6086e4
fix(config): add analyze plugin options in bridge mode () 2022-02-21 12:25:31 +01:00
Anthony Fu
467ab693b9
feat: shared logger and silent test logs ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-02-16 22:34:32 +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
Keith Bremner
a3579b7a1c
docs: fix typo in nuxi analyze output () 2022-02-01 15:34:06 +00:00
nandi95
88da7197ba
fix(nuxi): updated rmdir to rm and checked paths exists () 2022-01-28 12:32:09 +01:00
Daniel Roe
6e06d2b4c9
feat(nuxi): clear cache on upgrade () 2022-01-26 18:25:11 +01:00
Daniel Roe
03cc1913a3
fix(nuxi,nuxt3,bridge): generate all templates with nuxi prepare () 2022-01-24 14:28:47 +01:00
Daniel Roe
7f62ed1e32
fix(nuxi): respect custom pages directory () 2022-01-19 19:07:25 +01:00
Harlan Wilton
4bd7adae4a
feat(nuxi): call nuxt listen hook for dev () 2022-01-18 17:36:01 +01:00
Pooya Parsa
21b664cc74 feat(nuxi): use nuxt/starter by default for templates 2022-01-17 22:29:32 +01:00
Daniel Roe
b5618e976b
feat(nuxi): add nuxi preview command for local testing ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-21 12:46:42 +01:00
Pooya Parsa
1ef6e3f525 fix(nuxi): ensure buildDir exists before write 2021-12-01 21:40:40 +01:00
Daniel Roe
f3082ca601
fix(nuxi): add nuxt3 to dev deps in upgrade command () 2021-11-24 21:13:12 +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
2a29c6aa1a
fix(cli): enable usage command () 2021-11-22 18:19:34 +01:00
pooya parsa
d68318f9d5
refactor: split schema to @nuxt/schema and simplify kit () 2021-11-21 17:14:46 +01:00
renovate[bot]
ca8b97d69b
chore(deps): update devdependency execa to v6 ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-18 19:12:19 +01:00
Anthony Fu
1e0e8818da
fix(bridge): exclude bridge alias types to support Volar () 2021-11-18 19:11:43 +01:00
Xin Du (Clark)
a08b435f51
refactor: remove unnecessary optional chaining () 2021-11-17 15:37:34 +01:00
Daniel Roe
496ea09777
fix(nuxi): ignore static check with prepare command () 2021-11-16 17:10:28 +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
36f3691bf8
fix(nuxi): create buildDir before writing types () 2021-11-15 16:55:32 +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
pooya parsa
292b5243c7
fix(nuxi): allow starting nuxi dev with self signed certificate () 2021-11-04 19:40:02 +01:00
Daniel Roe
37f86a06c1
fix(nuxi): satisfies isn't always default export () 2021-11-02 16:56:12 +01:00
James George
3056c26a48
chore: update help information () 2021-11-02 10:50:04 +01:00