meta-alert
v1.0.1
Published
Mixin that contains generic alert methods
Downloads
1
Keywords
Readme
meta-alert
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.