@abi-software/twelve-labours-design-system-components
v0.1.2
Published
## About
Downloads
33
Keywords
Readme
12 Labours Design system components
About
This design system will be used to develop commonly used UI components for the 12 labours web portal.
Components
- Element UI
- Tabs
Development
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build-bundle
Tests
Unit tests
Utlizes Vue Test Utils and Jest.
Running tests
Can be manually run with:
yarn test:unit