1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:13:30 +00:00
Nuxt/test/fixtures/basic
2023-03-08 07:32:24 -08:00
..
assets fix(nuxt): don't inline styles for per-request ssr: false () 2022-10-12 09:50:16 +01:00
components fix(vite): respect isCustomElement config for jsx transform () 2023-02-16 04:45:08 -08:00
composables feat(nuxt): allow configuring treeshakeable composables () 2023-03-07 01:30:05 -08:00
extends fix(nuxt): allow overriding lower layer composables () 2023-01-14 01:14:24 +00:00
layouts fix(nuxt): allow layouts to receive custom props () 2022-11-29 13:16:41 +01:00
middleware fix(nuxt): respect redirects which differ only by trailing slash () 2023-02-16 09:26:15 -08:00
modules feat(nuxt): auto-register modules in ~/modules () 2023-03-03 17:52:55 +00:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly () 2022-02-17 15:23:55 +01:00
pages perf(head): drop @vueuse/head dependency () 2023-03-08 07:32:24 -08:00
plugins feat(nuxt): add experimental app:chunkError hook and reload strategy () 2023-02-16 04:43:58 -08:00
public fix(nuxt3): use shared module for dynamic paths () 2022-03-22 16:51:26 +01:00
server/api feat(nuxt): infer useFetch return based on the method () 2023-02-07 06:01:31 -08: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
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 perf(head): drop @vueuse/head dependency () 2023-03-08 07:32:24 -08:00
nuxt.schema.ts feat: experimental config schema () 2023-01-23 19:07:21 +01:00
package.json chore: use pnpm for framework monorepo () 2022-10-17 12:10:05 +02: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
types.ts feat(nuxt): enable config schema by default () 2023-03-04 06:39:26 -08:00