Nuxt module offering Vue composables.
Install the @yesstudio/nuxt-composables module:
npx nuxi@latest module add @yesstudio/nuxt-composables
Add it to the modules section in nuxt.config.ts:
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['@yesstudio/nuxt-composables'],
})
The composables will then be available for use.
We use Conventional Commits and follow semantic versioning.
Fork and clone the repository.
Install dependencies:
npm install
Generate type stubs:
npm run dev:prepare
Start development:
npm run dev
Check code style:
npm run lint
Prepare for publishing:
npm run prepack
Submit your PR with commit messages following the Conventional Commits format.
This module is not publicly licensed. For licensing details, contact the maintainers.