Skip to content

hikaya-io/hakawati

Repository files navigation

hakawati

This is a collection of reusable UI components built in Vue based on our design system. Our UI components are based on ElementUI, a desktop-focused UI library.

Setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Run storybook

yarn storybook