Instructions for downloading and integrating vue

1. download bootstrap-vue distribusion throuhg npm
   npm install vue@2.7.14

2. Copy node_modules/vue/dist/vue.js to amd/src/vue/dev/vue.js
   Copy node_modules/vue/dist/vue.min.css to amd/src/vue/prod/vue.js

3. run "./vuemode.sh dev -f" or "./vuemode.sh prod -f" to force copying the correct vuejs file to the active file
