This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
moodle-local_treestudyplan/amd/src/vue/readme-moodle.txt
2023-09-01 12:42:28 +02:00

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