1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-18 07:21:18 +00:00
Nuxt/test/fixtures/basic
2023-11-28 22:06:32 +00:00
..
assets fix(vite): emit assets referenced in inline css () 2023-06-26 13:11:12 +01:00
components fix(nuxt): island components with number prefix () 2023-11-28 22:06:32 +00:00
composables fix(nuxt): provide route component names to KeepAlive cache () 2023-11-14 16:56:31 +00:00
extends fix(nuxt): give priority to later middleware when deduping () 2023-10-12 23:21:02 +01:00
layouts chore: update to use @nuxt/eslint-config () 2023-11-09 18:01:13 +01:00
middleware fix(nuxt): load layer middlewares before project middlewares () 2023-09-16 09:39:51 +01:00
modules chore: update to use @nuxt/eslint-config () 2023-11-09 18:01:13 +01:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly () 2022-02-17 15:23:55 +01:00
other-composables-folder fix(vite): use '' key for root scope in variable collector () 2023-08-17 15:35:28 +02:00
pages fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
plugins fix(nuxt): avoid recursive ssr errors () 2023-11-22 09:58:29 +00:00
public feat(kit,nuxt): respect nuxt ignore patterns in nitro () 2023-08-25 13:08:38 +01:00
server fix(nuxt): avoid recursive ssr errors () 2023-11-22 09:58:29 +00:00
utils feat(nuxt): scan composables with star export () 2023-03-01 04:24:46 -08:00
.gitignore fix(nuxt): transform extends layers within node_modules () 2022-06-10 15:33:16 +02:00
.nuxtignore feat(kit,nuxt): respect nuxt ignore patterns in nitro () 2023-08-25 13:08:38 +01:00
app.config.ts feat(nuxt): app.config with hmr and reactivity support () 2022-08-17 17:23:13 +02:00
error.vue fix(nuxt): show client error if no page matches after validate fails () 2023-02-16 04:56:14 -08:00
nuxt.config.ts fix(nuxt): remove experimental reactivityTransform (vue 3.4) () 2023-11-27 23:02:02 +00:00
package.json chore: add explicit vue dependency in fixtures 2023-07-06 13:07:17 +01:00
some-exports.ts fix(nuxt): detect non-functional imports within page meta () 2022-11-10 11:31:01 +01:00
tsconfig.json fix: clean up some type issues and add type test suite () 2022-02-15 10:50:11 +01:00