Pre UI is a library of unstyled components used as building blocks to create feature rich UI components with Vue.js and Tailwind CSS. Its goal is to abstract the complexe logic away from the styling of the components.
Usage documentation in progress...
After cloning the repo, run:
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint