cleek
v2.10.25
Published
Complete UX Vue library
Downloads
1,275
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 cleek
CLEEK 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