1.3.0 • Published 7 years ago
@w4-tech/logistics v1.3.0
Logistics
A Vue component library
Usage:
yarn add @w4-tech/logisticsornpm install @w4-tech/logistics- Access components by importing the ones you need into a component
import { Input, Button, Notice, Icon } from 'logistics'Checkout the components folder to learn how to use each component.
Important:
Some components when added to Vue need to be renamed so that they do not interfere with native elements
ie: <Input></Input> needs to be named <ui-input></ui-input>
Read: https://vuejs.org/v2/guide/components-registration.html
Component Development:
Install dependencies for maintaining the components
yarn installCompiles and minifies for use within other projects
yarn buildRun unit tests
yarn test