1.0.0 • Published 6 years ago

meta-label v1.0.0

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
6 years ago

meta-label

pipeline status coverage report

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.