Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 22, 2019
1 parent 45a0ef0 commit 0b48923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
root: true,
env: {
node: true,

},
extends: [
'plugin:vue/essential',
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
// 配置 webpack-dev-server 行为。
devServer: {
open: process.platform === 'bobo',
host: '127.0.0.1',
host: 'localhost',
port: 8088,
hot: true,
hotOnly: true,
Expand Down

0 comments on commit 0b48923

Please sign in to comment.