@playwire/pw-vue-component
v1.0.6
Published
## Customize configuration
Downloads
20
Readme
Ramp.js
Customize configuration
See Vite Configuration Reference.
Demo Setup
npm install
Compile and Hot-Reload for Demo
npm run dev
Compile and Minify for Publishing
npm run build
Publish component in registry
npm login && npm publish access public
How to use the components from an App VueJS
Run Peeky tests
npm test
Install components Vue
npm i @playwire/pw-vue-component
Import from Vue App
<script setup>
import { Ramp, RampUnit } from '@playwire/pw-vue-component';
</script>