@poppy-ui/vue
v0.3.3
Published
Vue specific wrapper for @poppy-ui/core
Downloads
36
Maintainers
Readme
@poppy-ui/vue
Poppy UI integration for Vue 3 apps.
Building
- 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
Contributing
See our Contributing Guide.