meta-label
v1.0.0
Published
[![pipeline status](http://gitlab.meta.com.br/meta-awesome/meta-label/badges/master/pipeline.svg)](http://gitlab.meta.com.br/meta-awesome/meta-label/commits/master) [![coverage report](http://gitlab.meta.com.br/meta-awesome/meta-label/badges/master/covera
Downloads
1
Keywords
Readme
meta-label
Input component type boolean based on a checkbox to be used within forms. It contains all required validations.
Installation
yarn add @meta/label
If yarn cannot find component in registry, run:
npm set registry http://gitlab.meta.com.br:4873
npm adduser --registry http://gitlab.meta.com.br:4873
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.