@karappo-inc/vue-components
v0.3.1
Published
Vue components by Karappo Inc.
Readme
Vue Components
Vue components by Karappo Inc.
Storybook: https://karappo-vue-components.vercel.app/
npm install @karappo-inc/vue-componentsFor 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 inorfor of- Default arguments
Project setup
yarn setupCompiles and hot-reloads for development
yarn startor
yarn serve:storybookCompiles and minifies for production
yarn build:storybookLints and fixes files
yarn lintPublish to npm registory
yarn build
npm login
npm publish --access=public .
