Nuxt/examples
Sylvain Marroufin 03d33dfdef
chore(examples): add `plugins` example (#2855)
* chore(examples): add `plugins` example

* Update examples/with-plugins/plugins/my-plugin.ts

Co-authored-by: Daniel Roe <daniel@roe.dev>

* chore(examples): remove unused variable

* fix: updates post-review

* Update examples/with-plugins/plugins/my-plugin.ts

Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-01-24 12:33:38 +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-pages fix(nuxt3): allow customising page keys (#2859) 2022-01-24 11:35:28 +01:00
with-plugins chore(examples): add `plugins` example (#2855) 2022-01-24 12:33:38 +01:00
with-wasm chore(example): use `@nuxt/ui` for examples (#2325) 2021-12-23 20:27:08 +01:00
README.md chore(examples): add `plugins` example (#2855) 2022-01-24 12:33:38 +01: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-wasm GitHub Play Online