在項目根目錄建立vue.config.js文件javascript
module.exports = { devServer: { port: 3000, // 端口 }, // lintOnSave: false // 取消 eslint 驗證 }
運行項目便可html