Raw File
vue.config.js
module.exports = {
  "transpileDependencies": [
    "vuetify"
  ],
  "devServer": {
    port: 20212,
  }
}
back to top