Nuxt/test/fixtures/basic
Daniel Roe cac7454702
refactor(nuxt): rename `nuxtMiddleware` to `appMiddleware`
2024-03-16 15:03:09 -07:00
..
assets fix(nuxt): in dev, don't link `css` files with `?inline` query (#25822) 2024-02-16 17:04:37 +00:00
components feat(nuxt): allow using `nuxt-client` in all components (#25479) 2024-03-06 15:26:19 +00:00
composables feat(nuxt): `tryUseNuxtApp` composable (#25031) 2024-01-18 09:59:59 +00:00
custom-public feat(vite): handle multiple/custom public dirs (#26163) 2024-03-13 17:18:44 -07:00
extends fix(nuxt): prioritise later items in `pages:routerOptions` hook (#25509) 2024-01-30 13:55:18 +00:00
layouts chore: update to use `@nuxt/eslint-config` (#24209) 2023-11-09 18:01:13 +01:00
middleware feat(nuxt): add `nuxtMiddleware` route rule (#25841) 2024-03-16 11:53:01 -07:00
modules chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +00:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
other-composables-folder fix(vite): use `''` key for root scope in variable collector (#22679) 2023-08-17 15:35:28 +02:00
pages feat(nuxt): add `nuxtMiddleware` route rule (#25841) 2024-03-16 11:53:01 -07:00
plugins fix(nuxt): improve return type of `useRequestEvent` (#25480) 2024-01-29 11:48:35 +00:00
public feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
server chore: add back stylistic rules and lint project 2024-03-09 06:48:15 +00:00
utils feat(nuxt): scan composables with star export (#19249) 2023-03-01 04:24:46 -08:00
.gitignore fix(nuxt): transform extends layers within `node_modules` (#5042) 2022-06-10 15:33:16 +02:00
.nuxtignore feat(kit,nuxt): respect nuxt ignore patterns in nitro (#22808) 2023-08-25 13:08:38 +01:00
app.config.ts feat(nuxt): `app.config` with hmr and reactivity support (#6333) 2022-08-17 17:23:13 +02:00
error.vue feat(nuxt): add path to `error.data` when throwing 404 errors (#24674) 2023-12-11 20:30:59 +00:00
nuxt.config.ts refactor(nuxt): rename `nuxtMiddleware` to `appMiddleware` 2024-03-16 15:03:09 -07: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 (#8881) 2022-11-10 11:31:01 +01:00
tsconfig.json fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00