A Vue.js project to add customization around select input.
npm install crip-vue-selectbash
> npm i -S crip-vue-select
`
$3
`javascript
import Vue from "vue'"
import CripSelect from "crip-vue-select"
// Install component in to Vue instance.
Vue.use(CripSelect)
`
$3
`vue
`
Build Setup
`bash
install dependencies and serve with hot reload at localhost:8080
> npm i && npm run dev
`
Release steps
`cmd
./release.bat %VERSION
``