zoukankan      html  css  js  c++  java
  • 搭建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

  • 相关阅读:
    Myflight航班查询系统
    《java语法实例2~15章》
    第九章
    第八章
    第六章
    第五章
    第四章
    php_mvc实现步骤十
    php_mvc实现步骤九(登录验证码,退出-登录标记)
    php_mvc实现步骤八
  • 原文地址:https://www.cnblogs.com/qcq0703/p/14476486.html
Copyright © 2011-2022 走看看