This repo stores generated bundles produces by "vue-web-component-wrapper"
- vue-dynamic-star-rating (star-rating)
- Import or create a new vue component.
- Run
npm run build COMPONENT_NAME ./COMPONENT_PATH.vue. It will createbundle/COMPONENT_NAME.js - Commit this file.
For example, if you want to convert some external Vue Component into the Web Component and add into this bundle, you can run the following commands:
npm i library_name --savenpm run build component_name ./node_modules/library_name/component.vue- Commit generated file
bundle/some_vue_component.jsand push.