Poppy UI integration for Vue 3 apps.
- Install dependencies in
@poppy-ui/core
:
cd core && npm install
- Build
@poppy-ui/core
. This will generate Vue component bindings in thepackages/vue
directory:
npm run build
- Install dependencies in
@poppy-ui/vue
:
cd packages/vue && npm install
- Build
@poppy-ui/vue
:
npm run build
- Install dependencies in
@poppy-ui/vue-router
:
cd packages/vue-router && npm install
- Build
@poppy-ui/vue-router
:
npm run build
See our Contributing Guide.