Composition API hooks for Nuxt
@nuxtjs/composition-api
provides 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. The API of Nuxt-specific methods will likely change before Nuxt 3 is released.
fetch()
in v2.12+router
, app
, store
within setup()
vue-meta
properties within setup()
ref
with automatic SSR stringification and hydration (ssrRef
)Contributions are very welcome.
Clone this repo
git clone [email protected]: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.
MIT License - Copyright © Daniel Roe