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
- Host: GitHub
- URL: https://github.com/aminnausin/cedar-ui
- Owner: aminnausin
- License: agpl-3.0
- Created: 2024-12-24T18:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-26T03:17:59.000Z (7 months ago)
- Last Synced: 2025-12-27T07:58:10.464Z (6 months ago)
- Topics: library, shadcn-vue, tailwindcss, ui, vuejs
- Language: Vue
- Homepage: https://cedar-ui.nausin.me/
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cedar-UI
####
A minimalist Vue.js UI Library.
## 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
```