Nuxt/test/fixtures/basic
2023-08-15 07:35:56 +01:00
..
assets fix(vite): emit assets referenced in inline css (#21790) 2023-06-26 13:11:12 +01:00
components feat(nuxt): allow experimental global: 'sync' components (#22558) 2023-08-09 12:19:00 +01:00
composables feat(nuxt): experimental native async context support (#20918) 2023-08-08 00:57:35 +02:00
extends fix(nuxt): stop loading indicator on navigation failure (#21751) 2023-07-03 12:14:17 +01:00
layouts fix(nuxt): fix error on layout switching (#21450) 2023-06-23 11:02:01 +01:00
middleware feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
modules feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
other-components-folder
other-composables-folder fix(vite): fix issue detecting shadowed keyed composables (#21891) 2023-07-05 11:35:45 +02:00
pages test: reduce verbose log outputs 2023-08-15 07:35:56 +01:00
plugins feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
public
server feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
utils feat(nuxt): scan composables with star export (#19249) 2023-03-01 04:24:46 -08:00
.gitignore
app.config.ts
error.vue fix(nuxt): show client error if no page matches after validate fails (#18978) 2023-02-16 04:56:14 -08:00
nuxt.config.ts feat(nuxt): add experimental.headNext unhead integration (#22620) 2023-08-14 20:33:00 +01:00
package.json chore: add explicit vue dependency in fixtures 2023-07-06 13:07:17 +01:00
some-exports.ts
tsconfig.json