https://github.com/joesobo/vue-design-system
https://github.com/joesobo/vue-design-system
cva design-system histoire monorepo tailwind turborepo vue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joesobo/vue-design-system
- Owner: joesobo
- Created: 2023-02-19T00:41:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T04:07:30.000Z (over 2 years ago)
- Last Synced: 2025-02-17T10:35:20.278Z (8 months ago)
- Topics: cva, design-system, histoire, monorepo, tailwind, turborepo, vue
- Language: Vue
- Homepage: https://vue-design-system-ui.vercel.app
- Size: 626 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poleski Design Component Library
Well I'm tired of having to recreate the same components over and over so I figured I'd make my own Design Component Library for Vue 3 components. These components are free to use wherever you feel like.
### Details:
- Monorepo built on TurboRepo
- Tailwind Package
- Eslint Package
- TSConfig Package
- Testing Library Package
- Playground for Vite/Vue 3
- CVA
- Histoire
- Iconify
- Built with Vite
- Modeled/Inspired on Flowbite
- UI components multiple install options
- Install full UI package
- Install individual component package
- CircleCI
- Changesets### Todo:
- Fill out example Button package
- Playground for Nuxt### Running:
- `pnpm install`
- `pnpm build`#### Run Histoire
- `cd packages/ui`
- `pnpm story:dev`#### Run Playground
- `cd apps/vue-playground`
- `pnpm dev`