PS Q:\vueProject> vue init webpack vue-demo? Project name vue-demo? Project description A Vue.js project? Author Aspirate Qiu <jousindea@qq.com>? Vue build standalone? Install vue-router? Yes? Use ESLint to lint your code? Yes? Pick an ESLint preset Standard? Set up unit tests Yes? Pick a test runner jest? Setup e2e tests with Nightwatch? Yes? Should we run `npm install` for you after the project has been created? (recommended) npm vue-cli · Generated "vue-demo".# Installing project dependencies ...# ========================npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-pluginnpm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0> chromedriver@2.46.0 install Q:\vueProject\vue-demo\node_modules\chromedriver> node install.jsCurrent existing ChromeDriver binary is unavailable, proceding with download and extraction.Downloading from file: https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zipSaving to file: C:\Users\IOIY-A~1\AppData\Local\Temp\2.46\chromedriver\chromedriver_win32.zipChromeDriver installation failed Error with http(s) request: Error: getaddrinfo ENOTFOUND chromedriver.storage.googleapis.com chromedriver.storage.googleapis.com:443npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! chromedriver@2.46.0 install: `node install.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the chromedriver@2.46.0 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:npm ERR! R:\node-v10.15.3-win-x64\node-cache\_logs\2019-08-02T01_30_50_285Z-debug.logRunning eslint --fix to comply with chosen preset rules...# ========================> vue-demo@1.0.0 lint Q:\vueProject\vue-demo> eslint --ext .js,.vue src test/unit test/e2e/specs "--fix"# Project initialization finished!# ========================To get started: cd vue-demo npm run devDocumentation can be found at https://vuejs-templates.github.io/webpackPS Q:\vueProject> cd .\vue-demo\PS Q:\vueProject\vue-demo> npm run dev> vue-demo@1.0.0 dev Q:\vueProject\vue-demo> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js 12% building modules 23/31 modules 8 active ...=0!Q:\vueProject\vue-demo\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. 95% emitting DONE Compiled successfully in 18588ms 09:31:49 I Your application is running here: http://localhost:8080