Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 917 Bytes

readme.md

File metadata and controls

53 lines (36 loc) · 917 Bytes

Poppy

Poppy UI - Vue

Poppy UI integration for Vue 3 apps.

Building

  1. Install dependencies in @poppy-ui/core:
cd core && npm install
  1. Build @poppy-ui/core. This will generate Vue component bindings in the packages/vue directory:
npm run build
  1. Install dependencies in @poppy-ui/vue:
cd packages/vue && npm install
  1. Build @poppy-ui/vue:
npm run build
  1. Install dependencies in @poppy-ui/vue-router:
cd packages/vue-router && npm install
  1. Build @poppy-ui/vue-router:
npm run build

Contributing

See our Contributing Guide.