@w4-tech/logistics

1.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @w4-tech/logistics

Weekly Downloads

0

Version

1.3.0

License

none

Unpacked Size

2.05 MB

Total Files

5

Last publish

Collaborators

  • minasokoni