pre-ui
v0.2.0
Published
Extendable UI component library using Vue.js and Tailwind CSS.
Downloads
2
Readme
Pre UI
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.
Getting Started
Usage documentation in progress...
Contributing
Development Setup
After cloning the repo, run:
npm install
Commonly used NPM scripts
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint