Registering the Application Handling the Custom URI Scheme To register an application to handle a particular URI scheme, add a new key, along with the appropriate subkeys and values, to HKEY_CLASSES_ROOT. The root key must match the URI scheme that i
原文链接: 点我 如果不能自动打开浏览器,是因为没有安装插件. 插件安装的方法1.安装插件,在cmd中输入: $ npm i open-browser-webpack-plugin --save这里的 i 表示 install ,是缩写. 2.修改build\webpack.dev.conf.js文件.在顶部声明最下面加入: var OpenBrowserPlugin = require('open-browser-webpack-plugin')在plugins中加入: new OpenBro