1.0.1 • Published 6 years ago

meta-alert v1.0.1

Weekly downloads
4
License
-
Repository
-
Last release
6 years ago

meta-alert

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/alert

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.