Nuxt/examples
Kevin Marrec 6c083f3d12
feat!(nuxt3): extends support for composables/ directory (#3423)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-09 12:03:36 +01:00
..
config-extends feat!(nuxt3): extends support for composables/ directory (#3423) 2022-03-09 12:03:36 +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
use-async-data docs(examples): prop "showTips" should be a boolean instead of a string (#2751) 2022-01-17 11:05:24 +01:00
use-cookie chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
use-fetch chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
use-meta chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
use-state chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
with-components chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
with-composables chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +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-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