cleek
v2.10.75
Published
Complete UX Vue library
Downloads
1,197
Readme
Cleek
Complete Vue 3 component library.
Usage
Install it in your project bun install cleek
then you can import the available components like this
import { Button } from cleekCLEEK DEVS
Prerequisites
- Have bun installed in your system
Initialization
- Install dependencies:
bun install
Deployment
- Update version on package.json
- Run
bun run build - Publish to npm:
npm publish
