搭建VUE

E:StudyFileVueStudy
λ npm i -g @vue/cli-init
npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
+ @vue/cli-init@4.5.11
added 251 packages from 206 contributors in 35.123s

E:StudyFileVueStudy
λ vue init webpack vueDemo1

? Project name vue-study
? Project description vue
? Author qiaochengqiang <chengqiangq@interact.net.cn>
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? No
? Set up unit tests No
? Setup e2e tests with Nightwatch? No
? Should we run `npm install` for you after the project has been created? (recommended) npm

 原文链接:https://blog.csdn.net/xiaoyuer_ying/article/details/82148038

原文地址:https://www.cnblogs.com/qcq0703/p/14476486.html