- Node.js 18.20.8+
- Tested with Moodle 4.5.1+
- Clone the repository to the directory
moodle/mod
and rename it tocoursegraph
git clone [email protected]:wangtao2001/moodle-mod_coursegraph.git
mv moodle-mod_coursegraph coursegraph
cd coursegraph
- Install dependencies
cd vue
npm install
- Build the plugin
npm run build
- Install the plugin in Moodle
Login to the web interface as an administrator and follow the prompts to upgrade the database as appropriate.