Vue-element-admin: 执行 npm run dev 打开两次

Created on 7 Jul 2019  ·  2Comments  ·  Source: PanJiaChen/vue-element-admin

Question(提问)

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

Link to minimal reproduction(最小可在线还原demo)

Other relevant information(格外信息)

  • Your OS:
  • Node.js version:
  • vue-element-admin version:

Most helpful comment

查到之前已经有提问过相似问题,已有解决方案

  1. vue.config.js 下的 devServer.open 设置为 false
  2. package.json 的 dev 命令设置为 vue-cli-service serve --open

可以看下issue #2205

All 2 comments

同问

查到之前已经有提问过相似问题,已有解决方案

  1. vue.config.js 下的 devServer.open 设置为 false
  2. package.json 的 dev 命令设置为 vue-cli-service serve --open

可以看下issue #2205

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mr-arvin picture Mr-arvin  ·  3Comments

yanlee26 picture yanlee26  ·  3Comments

Mustang-666 picture Mustang-666  ·  4Comments

eladcandroid picture eladcandroid  ·  4Comments

cqzongjian picture cqzongjian  ·  4Comments