Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.01 KB

README.md

File metadata and controls

70 lines (53 loc) · 1.01 KB

Vue Components

Vue components by Karappo Inc.

npm

Storybook: https://karappo-vue-components.vercel.app/

npm install @karappo-inc/vue-components

For users

import {
  AutosizeIframe,
  ExternalLink,
  Img2X,
  MailLink,
  Paragraphs,
  SectionNav,
  ScrollGuide,
  Slider
} from '@karappo-inc/vue-components'

[ Under construction ]

See our storybook to know usage.

For developers

Notice

Don't use these syntax for IE11

  • for in or for of
  • Default arguments

Project setup

yarn setup

Compiles and hot-reloads for development

yarn start

or

yarn serve:storybook

Compiles and minifies for production

yarn build:storybook

Lints and fixes files

yarn lint

Publish to npm registory

yarn build
npm login
npm publish --access=public .