源始碼及編譯

下載源始碼

有關MoodleMobile2的程式源始碼都在GitHub上可以下載,網址「 https://github.com/moodlehq/moodlemobile2 」,git的url如下圖中綠色的連結「Clone or download」點選後,復製 https://github.com/moodlehq/moodlemobile2.git

接著打開終端機,輸入指令 git clone https://github.com/moodlehq/moodlemobile2.git moodlemobile2,執行完後就可以看到moodlemobile2資料夾中的程式源始碼

自動設置環境

執行指令 cd moodlemobile2 將切換到該目錄下

再執行指令 npm run setup

Last updated

Was this helpful?