13 lines
480 B
Text
13 lines
480 B
Text
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
|
|
|
|
4. add the following to top of both files
|
|
/* eslint-disable */
|
|
/* eslint no-unused-vars: "off" */
|
|
|
|
5. run "./vuemode.sh dev -f" or "./vuemode.sh prod -f" to force copying the correct vuejs file to the active file
|