An open API service indexing awesome lists of open source software.

https://github.com/aminnausin/cedar-ui

Vue.js UI Library based on PinesUI
https://github.com/aminnausin/cedar-ui

library shadcn-vue tailwindcss ui vuejs

Last synced: 6 months ago
JSON representation

Vue.js UI Library based on PinesUI

Awesome Lists containing this project

README

          


Cedar-UI

####

A minimalist Vue.js UI Library.


Vue
License
NPM Package Version
NPM Downloads
Repo View Counter

## Overview

A partial port of [Pines UI](https://devdojo.com/pines) for Vue with inspiration from [shadcn-vue](https://shadcn-vue.com/) and [vue-sonner](https://github.com/xiaoluoboding/vue-sonner).

## License

The Cedar-UI Library is open-sourced software licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.

## Installation

```bash
pnpm add @aminnausin/cedar-ui
```

```bash
npm install @aminnausin/cedar-ui
```

```bash
yarn add @aminnausin/cedar-ui
```

## Required Peer Dependencies

To use `@aminnausin/cedar-ui`, make sure the following packages are installed in your project:

```bash
npm install vue vue-router tailwindcss @tailwindcss/forms @tailwindcss/aspect-ratio @vueuse/core @vueuse/components @vueuse/integrations
```

## Documentation

For full documentation, visit [cedar-ui.nausin.me](https://cedar-ui.nausin.me).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Vitepress development

```sh
npm run docs:dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run pkg:build
npm run docs:build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```