A Vue.js project
npm install crip-vue-bootstrap-modal> A Vue.js project to wrap bootstrap modal in to Vue component.
bash
npm i -S crip-vue-bootstrap-modal
`$3
`javascript
import Vue from 'vue'
import CripModal from 'crip-vue-bootstrap-modal'// Install component in to Vue instance
Vue.use(CripModal)
`$3
`vue
@hidden="modalHidden"
@shown="modalShown"
size="sm"
:close="close"
>
Modal Title
Content should be here
`Build Setup
`bash
install dependencies
npm installserve with hot reload at localhost:8080
npm run devbuild for production with minification
npm run build
`Release steps
`bashCommit sources to git repository
> git add -A
> git commit -m "[build] v$VERSION"#update version number
> npm version $VERSION --message "[release] v$VERSION"
Build assets
> npm run buildpublish
> git push
> npm publish
``