Nuxt/examples
Clément Ollivier ff2cb53476
docs(examples): replace nlink by nuxtlink (#3772)
2022-03-18 11:59:02 +01:00
..
config-extends feat!(nuxt3): use individual config layers for extending (#3717) 2022-03-16 21:36:30 +01:00
hello-world chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
locale chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
module-extend-pages chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
nuxt-link fix(nuxt-link): handle state without href and to 2022-03-16 11:10:32 +01:00
use-async-data feat(nuxt3): `watch` option for `useAsyncData` to auto refresh (#3722) 2022-03-16 23:49:30 +01:00
use-cookie docs(examples): replace nlink by nuxtlink (#3772) 2022-03-18 11:59:02 +01:00
use-fetch feat(nuxt3): `useFetch` with dynamic reactive request (#3731) 2022-03-17 11:47:41 +01:00
use-meta docs(examples): replace nlink by nuxtlink (#3772) 2022-03-18 11:59:02 +01:00
use-state docs(examples): replace nlink by nuxtlink (#3772) 2022-03-18 11:59:02 +01:00
with-components docs(examples): replace nlink by nuxtlink (#3772) 2022-03-18 11:59:02 +01:00
with-composables chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
with-errors feat(nuxt3): add `<NuxtErrorBoundary>` component for fine-grained error handling (#3671) 2022-03-16 16:49:53 +01:00
with-layouts feat(nuxt3): add support for `definePageMeta` macro (#2678) 2022-01-17 19:27:23 +01:00
with-middleware feat(nuxt3): add middleware via route meta (#2858) 2022-01-25 13:29:11 +01:00
with-pages fix(nuxt3)!: key routes by interpolated path (#2976) 2022-02-07 12:32:04 +01:00
with-plugins chore(examples): add `plugins` example (#2855) 2022-01-24 12:33:38 +01:00
with-reactivity-transform feat: support reactivity transform (#3737) 2022-03-17 23:17:59 +01:00
with-test feat(test-utils): test in development mode (#3753) 2022-03-17 22:31:06 +01:00
with-universal-router docs(example): fix typo on with-universal-router (#3363) 2022-02-22 21:40:20 +00:00
with-wasm chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
README.md docs(examples): Add playground for `with-universal-router` (#3358) 2022-02-22 16:25:47 +00:00

README.md

Nuxt 3 Examples

Example Source Playground
hello-world GitHub Play Online
locale GitHub Play Online
module-extend-pages GitHub Play Online
use-async-data GitHub Play Online
use-cookie GitHub Play Online
use-fetch GitHub Play Online
use-meta GitHub Play Online
use-state GitHub Play Online
with-components GitHub Play Online
with-composables GitHub Play Online
with-layouts GitHub Play Online
with-pages GitHub Play Online
with-plugins GitHub Play Online
with-universal-router GitHub Play Online
with-wasm GitHub Play Online