@byu-oit/nuxt-sis-context
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Setup

Install

⚠️ Requires Nuxt version >= 2.13 ⚠️

Install with yarn:

yarn add @byu-oit/nuxt-sis-context

Install with npm:

npm install @byu-oit/nuxt-sis-context

nuxt.config.js

module.exports = {
    modules: [
        '@byu-oit/nuxt-sis-context',
    ],
}

Typescript

Add the types to your "types" array in tsconfig.json after the @nuxt/types (Nuxt 2.12.0+)

tsconfig.json

{
  "compilerOptions": {
    "types": [
      "@nuxt/types",
      "@byu-oit/nuxt-sis-context"
    ]
  }
}

Why?

Because of the way nuxt works the $axios property on the context has to be merged into the nuxt Context interface via declaration merging. Adding @byu-oit/nuxt-sis-context to your types will import the types from the package and make typescript aware of the additions to the Context interface.

Usage

TODO

/@byu-oit/nuxt-sis-context/

    Package Sidebar

    Install

    npm i @byu-oit/nuxt-sis-context

    Weekly Downloads

    16

    Version

    3.0.2

    License

    Apache-2.0

    Unpacked Size

    48.2 kB

    Total Files

    66

    Last publish

    Collaborators

    • mjweather
    • yoshutch
    • lehinpm
    • oscea
    • stuft2
    • mhailstone
    • arasmus8
    • garygsc
    • martingarn
    • snelg
    • byu-oit-bot