Skip to content

Module Overview

Setup & Store Creation

These are the primary utilities for creating stores.

ts
// Setup & Store Creation
export { createPiniaClient } from './create-pinia-client'
export { OFetch } from './feathers-ofetch'
export { useInstanceDefaults } from './utils'
  • createPiniaClient wraps the Feathers Client in a Feathers-Pinia client.
  • OFetch is a special fetch adapter for SSR applications.

Many thanks go to the Vue and FeathersJS communities for keeping software development FUN!