Sefirot
This repository contains Vue Components for Global Brain Design System. Components are meant to be clean, sophisticated, and scalable.
The project is currently heavily under development and may drastically change while in progress.
Getting Started
Install Sefirot via npm or yarn.
Now you may import components under lib
directly and use them in your Vue Component.
When compiling your project, don't forget to transpire the code. For example, in Nuxt, you should define the following settings at nuxt.config.js
.
Also, Sefirot assumes you have your CSS variables defined at @/assets/styles/variables
. Make sure to copy styles to your project on the same location. In addition, Sefirot uses postcss plugins, postcss-nested
and postcss-css-variables
. Make sure to define them in your postcss config. Again for Nuxt, you should define: