The collection for your resources. Made specifically to work with arrays of objects from your API Responses.
Collection | Vue Collection | Nuxt Collection
- 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
andtoQuery
- TypeScript support
You can contribute online with Gitpod:
Or locally:
- Clone this repository
- Install dependencies using
yarn install
- Test using
yarn test
- 🔥 Inspiration from Laravel Eloquent Collections.
- 💎 Based on collect.js by Daniel Eckermann. Thank you so much for your amazing package!
- ❤️ Whoever contributes to this project!
Copyright (c) João Pedro Antunes Silva