Daniel Roe
|
d52acbffd8
|
fix(bridge, kit): don't modify template array whilst traversing it (#2244)
|
2021-12-01 12:58:07 +01:00 |
|
pooya parsa
|
d68318f9d5
|
refactor: split schema to @nuxt/schema and simplify kit (#2059)
|
2021-11-21 17:14:46 +01:00 |
|
Nozomu Ikuta
|
583679f9c8
|
fix(kit): add hooks installation for bridge (#2045)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-11-21 13:35:37 +01:00 |
|
pooya parsa
|
232fdd8cf3
|
fix(kit): support chainable extendRoutes in container (#1966)
|
2021-11-16 17:13:19 +01:00 |
|
Daniel Roe
|
95cbe67f99
|
feat(kit, nuxt3): add pages:extend and extendPages (#1740)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: fgiraud <hello@florent.dev>
|
2021-11-09 11:16:23 +01:00 |
|
Emil Akhadov
|
82d1741d52
|
fix(kit): normalize plugin imports paths (#1779)
|
2021-11-09 10:44:00 +01:00 |
|
Xin Du (Clark)
|
52cce01962
|
chore: remove duplicate camelCase import (#1637)
|
2021-11-02 12:38:12 +01:00 |
|
pooya parsa
|
efe1fea1d1
|
feat(kit): addComponent utility (#1579)
|
2021-11-02 12:27:25 +01:00 |
|
Daniel Roe
|
47e0721413
|
fix(nuxi, kit): import individual semver function (#1598)
|
2021-11-02 10:43:08 +01:00 |
|
Daniel Roe
|
84e299f280
|
fix(kit): remove invalid portion of version from semver (#1555)
|
2021-10-29 10:27:37 +02:00 |
|
Daniel Roe
|
a0da91839a
|
fix(kit): ensure directory exists before writing virtual template (#1473)
|
2021-10-26 16:42:10 +02:00 |
|
Anthony Fu
|
46f858dd82
|
chore: move nuxt-vite to bridge (#1180)
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 |
|
Daniel Roe
|
8f119ab0cf
|
feat(kit): add registerComponentDirectory helper (#1379)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-10-23 00:28:18 +02:00 |
|
pooya parsa
|
f04d6e3b53
|
fix(kit): use native import for esm modules (#1327)
|
2021-10-21 19:02:26 +02:00 |
|
Dizzy
|
aa2acd5e48
|
fix(kit): pass options object to lodash templates (#942)
|
2021-10-18 11:36:04 +02:00 |
|
Harlan Wilton
|
90eacb6f75
|
fix(kit): support modern builds with extendWebpackConfig (#1055)
|
2021-10-18 10:11:08 +02:00 |
|
kazuya kawaguchi
|
30fbe5dfa3
|
docs(kit): comment typo (#654)
|
2021-10-05 19:40:20 +02:00 |
|
Anthony Fu
|
9503d62607
|
feat(kit, bridge): version constraint utils and checks (#442)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-10-02 20:31:00 +02:00 |
|
Pooya Parsa
|
bba79f4836
|
fix(kit): properly read nuxt version (resolves #616)
|
2021-10-02 18:19:36 +02:00 |
|
pooya parsa
|
6e496373f3
|
feat: use native esm for all packages (#539)
|
2021-10-02 18:01:17 +02:00 |
|
Daniel Roe
|
7fdcee3252
|
feat(kit): support templates with getContents() for nuxt 2 (#587)
|
2021-09-29 12:10:46 +02:00 |
|
pooya parsa
|
6329a681e4
|
refactor: migrate from upath to pathe (#553)
|
2021-09-27 14:49:36 +02:00 |
|
pooya parsa
|
44458fcbbb
|
feat: nuxt bridge (#459)
|
2021-09-05 23:21:33 +02:00 |
|
Ahad Birang
|
6c37bad73a
|
fix(kit): template dst should become plugin src (#448)
|
2021-08-16 22:00:43 +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 |
|
pooya parsa
|
4b5d9f1052
|
feat: nuxt prepare and template improvements (#423)
|
2021-08-09 22:54:12 +02:00 |
|
pooya parsa
|
cc212cedc8
|
refactor: improved template utils (#393)
|
2021-07-28 13:35:24 +02:00 |
|
Anthony Fu
|
0e93d752fd
|
feat(kit): extendWebpackConfig and extendViteConfig utils (#386)
|
2021-07-26 21:06:27 +02:00 |
|
Anthony Fu
|
864d2683ab
|
feat(kit): addWebpackPlugin and addVitePlugin utils (#368)
|
2021-07-26 12:45:42 +02:00 |
|
pooya parsa
|
bec2720930
|
feat: use virtual filesystem for templates (#292)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2021-07-15 12:18:34 +02:00 |
|
Daniel Roe
|
0a3041cdf9
|
fix: allow use of nuxt3 in non-wsl windows environment (#308)
|
2021-07-12 12:54:24 +02:00 |
|
Daniel Roe
|
dfbb047be6
|
fix(kit): don't rely on ModuleThis (#272)
|
2021-06-25 11:37:18 +02:00 |
|
pooya parsa
|
debe5a98b0
|
feat(kit, nuxt3): use single nuxt instance (#271)
|
2021-06-24 16:06:16 +02:00 |
|
Pooya Parsa
|
838eae4a57
|
chore: apply latest eslint rules
closes #163
|
2021-05-24 13:14:10 +02:00 |
|
Pooya Parsa
|
6b62d456d7
|
feat: optional pages and refactor nuxt3 (#142)
|
2021-05-20 13:42:41 +02:00 |
|
renovate[bot]
|
82b585dbb0
|
chore(deps): lock file maintenance and fix lint issues (#141)
|
2021-05-20 12:58:30 +02:00 |
|
Pooya Parsa
|
4bcb8fa791
|
fix(kit): resolve alias for installModule source
|
2021-04-18 18:38:30 +02:00 |
|
Daniel Roe
|
ce72ce6b07
|
docs(kit): initial documentation (#86)
|
2021-04-15 20:49:29 +02:00 |
|
pooya parsa
|
b3f3dc94f3
|
feat: module utils and improvements (#38)
|
2021-04-02 13:47:01 +02:00 |
|