Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 614 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 614 Bytes

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