moodle_local_treestudyplan/amd/src/vue-easy-dnd/readme-moodle.txt

13 lines
348 B
Plaintext
Raw Normal View History

Instructions for downloading and integrating vue-easy-dnd
1. download vue-easy-dnd distribusion throuhg npm
npm install vue-easy-dnd@
2. Copy node_modules/vue-easy-dnd/dist/vue-easy-dnd.esm.js to amd/src/vue-easy-dnd
3. Change import statement
... from 'vue';
into
... from '../vue/vue';
4. add /* eslint-disable */ to top of file