https://github.com/thu-vis/MutualDetector
Raw File
Tip revision: 2b019233d6851facadec8e9215cc805eef47932c authored by Changjian Chen on 20 May 2024, 01:52:04 UTC
update readme
Tip revision: 2b01923
vue.config.js
module.exports = {
  "transpileDependencies": [
    "vuetify"
  ],
  "devServer": {
    port: 20212,
  }
}
back to top