0.1.2 • Published 4 years ago

eis-component v0.1.2

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

eis-component

Table of contents

Quick start

Several quick start options are available:

  • Clone the repo: https://github.com/CenturyLinkFederal/eis-component.git
  • Install with npm: npm install eis-component
  • Install with yarn: yarn add eis-component

Documentation

  • import eiscomponent from "eis-component";
  • Define compoent name inside @Component like below: @Component({ components: { ...eiscomponent } })

  • Run npm install --save @types/eis-component