BIMData Design System
BIMData's Design System is an open-source DS. The documentation is available at this url: design.bimdata.io
Used by
:runner: Getting started
npm i @bimdata/design-system
:raising_hand: Compatibility
BIMData Design System is a library compatible with Vue 2 and Vue 3.
:open_hands: Contributing
We are always on the lookout for contributors to help us fix bugs, create new features, or help us improve project documentation. If you are interested, feel free to create a PR or open a discussion on this topic.
Project setup
If you want to dev on the design system, follow these instruction:
npm install
### Compiles and hot-reloads for development
npm run serve
### Compiles and minifies for production
npm run build
### Run your tests
npm run test
### Lints and fixes files
npm run lint