1.3.0 • Published 5 years ago

@w4-tech/logistics v1.3.0

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

Logistics

A Vue component library

CircleCI npm version

Usage:

  1. yarn add @w4-tech/logistics or npm install @w4-tech/logistics
  2. 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 install

Compiles and minifies for use within other projects

yarn build

Run unit tests

yarn test