1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 01:26:36 +00:00
Nuxt/test/fixtures/basic
2025-03-17 11:18:59 +00:00
..
assets fix(vite): handle runtime paths in inlined styles () 2024-05-23 15:34:06 +01:00
components feat(nuxt): delayed/lazy hydration support () 2025-02-28 23:19:17 +00:00
composables fix(nuxt): handle deleted cookies from CookieStore events () 2024-08-30 14:37:19 +01:00
custom-modules/subpath perf(nuxt): migrate to use exsolve for module resolution () 2025-02-26 17:02:04 +00:00
custom-public feat(vite): handle multiple/custom public dirs () 2024-03-13 17:18:44 -07:00
extends fix(nuxt): deduplicate app.head arrays () 2024-06-07 15:24:56 +01:00
layers/bar feat(nuxt): auto-register layers in layers/ directory () 2024-05-15 05:51:14 -05:00
layouts feat(nuxt): add <NuxtRouteAnnouncer> and useRouteAnnouncer () 2024-04-17 16:58:13 +01:00
middleware test: move catchall path to subdirectory () 2024-10-08 20:02:42 +01:00
modules perf(nuxt): migrate to use exsolve for module resolution () 2025-02-26 17:02:04 +00:00
other-components-folder chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
other-composables-folder
pages chore(deps): update all non-major dependencies (main) () 2025-03-09 16:09:03 +00:00
plugins fix(nuxt): call page:loading:end only once with nested pages () 2025-01-14 11:37:24 +00:00
public fix(vite): handle runtime paths in inlined styles () 2024-05-23 15:34:06 +01:00
server feat(kit,nuxt,schema): support experimental decorators syntax () 2025-02-10 19:16:36 +00:00
utils
.gitignore
.nuxtignore
app.config.js fix(nuxt): transpile app.config files in nitro build () 2024-05-24 20:44:50 +01:00
app.vue fix(nuxt): call page:loading:end only once with nested pages () 2025-01-14 11:37:24 +00:00
error.vue chore: cleanup eslint rules with latest @nuxt/eslint-config () 2024-04-05 19:08:32 +01:00
nuxt.config.ts perf(nuxt): migrate to use exsolve for module resolution () 2025-02-26 17:02:04 +00:00
package.json chore(deps): bump nitro nightly version () 2025-03-17 11:18:59 +00:00
some-exports.ts
tsconfig.json