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/portal-vue/readme-moodle.txt

15 lines
433 B
Text
Raw Normal View History

Instructions for downloading and integrating portal-vue
1. download bootstrap-vue distribusion throuhg npm
npm install portal-vue
2. Copy node_modules/portal-vue/dist/portal-vue.esm.js to amd/src/portal-vue
3. Change import statements on top of bootstrap-vue.esm to:
/* Modification to handle relative loading of vue */
import Vue from '../vue/vue';
/* End modification */
2023-08-24 23:02:41 +02:00
4. add /* eslint-disable */ to top of file