1
0
mirror of https://github.com/PanJiaChen/electron-vue-admin.git synced 2025-04-05 05:32:44 +08:00
electron-vue-admin/config.js
2017-07-14 16:08:15 +08:00

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