Vue项目打包为桌面应用

{
  "name": "deskapp",
  "version": "1.0.0",
  "description": "",
  "main": "App/index.html",
  "window": {
    "title": "我的桌面应用",
    "icon": "",
    "width": 1366,
    "height": 768,
    "toolbar": false,
    "frame": true,
    "resizable": true,
    "position": "center",
    "transparent": false,
    "show": true
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dist": "build --tasks win-x86,win-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
    "start": "run --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "nwjs-builder-phoenix": "^1.15.0"
  },
  "build": {
    "nwVersion": "0.27.5"
  }
}

你可能感兴趣的:(vue.js,前端,javascript)