All Projects → FiguredLimited → Vue Mc

FiguredLimited / Vue Mc

Licence: mit
Models and Collections for Vue

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Mc

Eter
Lightweight collections for JavaScript
Stars: ✭ 16 (-97.28%)
Mutual labels:  data-structures, collections
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-78.74%)
Mutual labels:  data-structures, collections
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+91.84%)
Mutual labels:  data-structures, collections
Cyclops
An advanced, but easy to use, platform for writing functional applications in Java 8.
Stars: ✭ 1,180 (+100.68%)
Mutual labels:  data-structures, collections
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (-63.1%)
Mutual labels:  data-structures, collections
Validate
This package provides a framework for writing validations for Go applications.
Stars: ✭ 57 (-90.31%)
Mutual labels:  validation, models
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+217.86%)
Mutual labels:  data-structures, collections
Objection Unique
Unique validation for Objection.js
Stars: ✭ 42 (-92.86%)
Mutual labels:  validation, models
Collections C
A library of generic data structures.
Stars: ✭ 2,297 (+290.65%)
Mutual labels:  data-structures, collections
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-72.62%)
Mutual labels:  data-structures, collections
Eclipse Collections
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
Stars: ✭ 1,828 (+210.88%)
Mutual labels:  data-structures, collections
apple-receipt
Apple InAppPurchase Receipt - Models, Parser, Validator
Stars: ✭ 25 (-95.75%)
Mutual labels:  validation, models
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (-59.86%)
Mutual labels:  data-structures, collections
Schema
📐 Validating data structures against a given Schema.
Stars: ✭ 359 (-38.95%)
Mutual labels:  data-structures, validation
Checkmail
Golang package for email validation
Stars: ✭ 554 (-5.78%)
Mutual labels:  validation
Leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Stars: ✭ 5,619 (+855.61%)
Mutual labels:  data-structures
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: ✭ 546 (-7.14%)
Mutual labels:  data-structures
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-6.63%)
Mutual labels:  collections
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (-1.7%)
Mutual labels:  data-structures
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+1155.95%)
Mutual labels:  data-structures

Models and Collections for Vue.js

Build Status Coverage Latest Version License

Documentation

Documentation is available at http://vuemc.io

Development

Install

Install yarn if you don't already have it available:

sudo npm install -g yarn

Install the dependencies:

yarn

Build

yarn build --watch

Test

yarn test --watch

Docs

You will need to install jekyll to render and edit the documentation.

yarn docs

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].