1. PS Q:\vueProject> vue init webpack vue-demo2
    2. ? Project name vue-demo2
    3. ? Project description A Vue.js project
    4. ? Author Aspirate Qiu <jousindea@qq.com>
    5. ? Vue build standalone
    6. ? Install vue-router? Yes
    7. ? Use ESLint to lint your code? No
    8. ? Set up unit tests No
    9. ? Setup e2e tests with Nightwatch? No
    10. ? Should we run `npm install` for you after the project has been created? (recommend
    11. ed) npm
    12. vue-cli · Generated "vue-demo2".
    13. # Installing project dependencies ...
    14. # ========================
    15. npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
    16. npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    17. npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
    18. npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    19. > core-js@2.6.9 postinstall Q:\vueProject\vue-demo2\node_modules\core-js
    20. > node scripts/postinstall || echo "ignore"
    21. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
    22. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
    23. > https://opencollective.com/core-js
    24. > https://www.patreon.com/zloirock
    25. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
    26. > uglifyjs-webpack-plugin@0.4.6 postinstall Q:\vueProject\vue-demo2\node_modules\webpack\node_modules\uglifyjs-webpack-plugin
    27. > node lib/post_install.js
    28. npm notice created a lockfile as package-lock.json. You should commit this file.
    29. npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
    30. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
    31. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    32. added 1210 packages from 669 contributors and audited 11765 packages in 52.298s
    33. found 10 vulnerabilities (6 moderate, 4 high)
    34. run `npm audit fix` to fix them, or `npm audit` for details
    35. # Project initialization finished!
    36. # ========================
    37. To get started:
    38. cd vue-demo2
    39. npm run dev
    40. Documentation can be found at https://vuejs-templates.github.io/webpack