1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:13:30 +00:00
Nuxt/test/fixtures/basic
2022-12-13 09:39:14 +00:00
..
assets fix(nuxt): don't inline styles for per-request ssr: false () 2022-10-12 09:50:16 +01:00
components feat(nuxt): experimental server component islands () 2022-11-24 13:24:14 +01:00
composables feat(nuxt): auto-import utils/ directory () 2022-11-09 10:43:16 +01:00
extends refactor!: remove deprecated api () 2022-11-16 03:26:35 +01:00
layouts fix(nuxt): allow layouts to receive custom props () 2022-11-29 13:16:41 +01:00
middleware fix(nuxt): allow abortMiddleware to receive a nuxt error or error options () 2022-09-08 10:52:00 +02:00
modules fix(nuxt): resolve plugins and middleware to their full path () 2022-08-04 17:15:42 +02:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly () 2022-02-17 15:23:55 +01:00
pages fix(nuxt): make dev-only regexp less greedy () 2022-12-13 09:39:14 +00:00
plugins fix(nuxt): await plugin asyncdata promises in nuxt hook () 2022-12-10 22:44:29 +00:00
public fix(nuxt3): use shared module for dynamic paths () 2022-03-22 16:51:26 +01:00
server/api fix(nuxt): allow union type arguments for useAsyncData () 2022-11-16 15:27:24 +01:00
utils feat(nuxt): auto-import utils/ directory () 2022-11-09 10:43:16 +01: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
nuxt.config.ts feat(nuxt): experimental server component islands () 2022-11-24 13:24:14 +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
types.ts refactor: split out type imports from value imports () 2022-12-11 21:44:52 +00:00