I want to make a vue component by myself, but if I want to mention it separately, I can put it in other projects. Other projects use cdn, so I want to make a plug-in like JQ, as long as I reference vue.js and my compiled components. 
 it"s a pity that I can"t find the variable when I package it with webpack-simple according to the official website 
 
 
webpack.confing.js
</script>
<script>
    Vue.use(uiCascader)
    $vm = new Vue({
    el: "-sharpapp"
    })
html says uiCascader is not defined
