🏗️ Nuxt Composition API
Composition API hooks for Nuxt
nuxt-composition-apiprovides a way to use the Vue 3 Composition API in with Nuxt-specific features.
Note: the main aim is to allow experimentation and feedback before the final release of Nuxt 3. It is not recommended to use this package in production.
Features
🏃 Fetch: Support for the new Nuxtfetch()in v2.12+ℹ️ Context: Easy access torouter,app,storewithinsetup()🗺️ Head: Interact directly with yourvue-metaproperties withinsetup()✨ Automatic hydration: Drop-in replacement forrefwith automatic SSR stringification and hydration (ssrRef)📝 SSR support: Allows using the Composition API with SSR💪 TypeScript: Written in TypeScript
Contributors
Contributions are very welcome.
-
Clone this repo
git clone git@github.com:nuxt-community/composition-api.git
-
Install dependencies and build project
yarn # Compile library and watch for changes yarn watch # Start a test Nuxt fixture with hot reloading yarn fixture # Test yarn test
Tip: You can also use yarn link to test the module locally with your Nuxt project.
License
MIT License - Copyright © Daniel Roe

