Skip to content

karappo/vue-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b677b31 · Feb 16, 2021
Oct 25, 2019
Apr 2, 2020
Oct 25, 2019
Jun 3, 2020
Jan 19, 2021
Feb 16, 2021
Oct 25, 2019
Oct 25, 2019
Jun 3, 2020
Jan 19, 2021
Oct 25, 2019
Jan 19, 2021
Dec 12, 2020

Repository files navigation

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 .