@yesstudio/nuxt-composables
    Preparing search index...

    @yesstudio/nuxt-composables

    Nuxt Composables

    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.

    1. Fork and clone the repository.

    2. Install dependencies:

      npm install
      
    3. Generate type stubs:

      npm run dev:prepare
      
    4. Start development:

      npm run dev
      
    5. Check code style:

      npm run lint
      
    6. Prepare for publishing:

      npm run prepack
      
    7. Submit your PR with commit messages following the Conventional Commits format.

    This module is not publicly licensed. For licensing details, contact the maintainers.