mirror of
https://github.com/PanJiaChen/electron-vue-admin.git
synced 2025-04-05 05:32:44 +08:00
13 lines
199 B
JavaScript
13 lines
199 B
JavaScript
'use strict'
|
|
|
|
let config = {
|
|
// Use ESLint (extends `none`)
|
|
// Further changes can be made in `.eslintrc.js`
|
|
eslint: true,
|
|
|
|
// webpack-dev-server port
|
|
port: 9080
|
|
}
|
|
|
|
module.exports = config
|