A universal UI component library for Vue2&3.


Keywords
ui, vue, pxd, vue2, vue3, components, ui framework, component library, component-library, vue-components
License
MIT
Install
npm install pxd@0.0.41

Documentation

PXD

Realizing (slightly adjusting) the general component library of Vue2&3 based on Geist Design System.

Online Preview

Warning

The project is under active development and is not ready for production.

Features

  • Vue 3 Composition API
  • 100% compatible with Vue2&3
  • Complete tree-shaking support

Contribution

Dev

pnpm install

pnpm dev

Build

Core only

pnpm build:lib

Docs only

pnpm build:docs

Deploy

pnpm build