Socket
Book a DemoInstallSign in
Socket

@eloqjs/nuxt-collection

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eloqjs/nuxt-collection

The collection for your resources. Made specifically to work with arrays of objects from your API Responses.

latest
Source
npmnpm
Version
1.0.0-alpha.1
Version published
Maintainers
1
Created
Source

@eloqjs/nuxt-collection

npm version npm downloads Github Actions CI Code Climate maintainability Codecov Gitpod ready-to-code Contributions License

The collection for your resources. Made specifically to work with arrays of objects from your API Responses.

Nuxt Collection | Collection | Vue Collection

Features

  • Made specifically to work with arrays of objects
  • JSON API specification support
  • Extends the Array class
  • Names and conventions that makes sense
  • Models support, fully compatible with vue-api-query, sarala and coloquent
  • Integrable primaryKey, fresh and toQuery
  • TypeScript support

📖  Read the Documentation

Setup

  • Add @eloqjs/nuxt-collection dependency to your project
yarn add @eloqjs/nuxt-collection # or npm install @eloqjs/nuxt-collection
  • Add @eloqjs/nuxt-collection to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@eloqjs/nuxt-collection',

    // With options
    ['@eloqjs/nuxt-collection', { /* module options */ }],
    
    // Module Options
    collection: {}
  ]
}

Contributing

You can contribute online with Gitpod:

Open in Gitpod

Or locally:

  • Clone this repository
  • Install dependencies using yarn install
  • Start development server using yarn dev

Credits

License

MIT License

Copyright (c) João Pedro Antunes Silva

Keywords

eloqjs

FAQs

Package last updated on 01 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts