Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 570 Bytes

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