Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/examples
Deployed Nuxt examples
https://github.com/nuxt/examples
Last synced: 27 days ago
JSON representation
Deployed Nuxt examples
- Host: GitHub
- URL: https://github.com/nuxt/examples
- Owner: nuxt
- License: mit
- Created: 2022-10-08T13:38:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:51:31.000Z (about 1 month ago)
- Last Synced: 2024-09-29T23:56:02.544Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://nuxt.com/docs/examples
- Size: 1.48 MB
- Stars: 161
- Watchers: 9
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome - nuxt/examples
README
# Nuxt 3 Examples
👉 https://nuxt.com/docs/examples
---
## Sites
- [hello-world](https://hello-world.example.nuxt.space/) - ([source](./examples/hello-world/))
### Features
Inside [features/](./examples/features).
- [auto-imports](https://auto-imports.example.nuxt.space/)
- [data-fetching](https://data-fetching.example.nuxt.space/)
- [state-management](https://state-management.example.nuxt.space/)
- [meta-tags](https://meta-tags.example.nuxt.space/)
- [layouts](https://layouts.example.nuxt.space/)### Routing
Inside [routing/](./examples/routing).
- [middleware](https://middleware.example.nuxt.space/)
- [pages](https://pages.example.nuxt.space/)
- [universal-router](https://universal-router.example.nuxt.space/)### UI Frameworks
Inside [ui/](./examples/ui).
- [daisyui](https://daisyui.example.nuxt.space/)
- [tailwindcss](https://tailwindcss.example.nuxt.space/)
- [sass](https://sass.example.nuxt.space/)
- [vuetify](https://vuetify.example.nuxt.space/)### Authentication
Inside [auth/](./examples/auth).
- [local](https://local-auth.example.nuxt.space/)
## Advanced
Inside [advanced/](./examples/advanced).
- [config-extends](https://config-extends.example.nuxt.space/)
- [error-handling](https://error-handling.example.nuxt.space/)
- [jsx](https://jsx.example.nuxt.space/)
- [locale](https://locale.example.nuxt.space/)
- [module-extend-pages](https://module-extend-pages.example.nuxt.space/)
- [teleport](https://teleport.example.nuxt.space/)
- [testing](https://testing.example.nuxt.space/)
- [use-cookie](https://use-cookie.example.nuxt.space/)
- [use-custom-fetch-composable](https://use-custom-fetch-composable.example.nuxt.space/)## Experimental
Inside [experimental/](./examples/experimental).
- [wasm](https://wasm.example.nuxt.space/)