We build a <my-button />
component at ./components/Button.vue
using Bootstrap, and we register bootstrap-vue at ./play/index.js, writing a few scenarios for it to demonstrate.
To preview it:
yarn install
yarn play
To build it for production:
yarn build:play
See the production build online: https://vue-play.github.io/play-button-example