zoukankan      html  css  js  c++  java
  • 从零开始学VUE之Vue CLI(全局安装 CLI)

    全局安装 cli

    npm install @vue/cli -g

    执行安装

    C:Usersext.zhangyugen1>npm install @vue/cli -g
    npm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated @hapi/address@2.1.4: Moved to 'npm install @sideway/address'
    npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
    npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    C:Usersext.zhangyugen1AppDataRoaming
    pmvue -> C:Usersext.zhangyugen1AppDataRoaming
    pm
    ode_modules@vuecliinvue.js
    
    > core-js-pure@3.14.0 postinstall C:Usersext.zhangyugen1AppDataRoaming
    pm
    ode_modules@vuecli
    ode_modulescore-js-pure
    > node -e "try{require('./postinstall')}catch(e){}"
    
    Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
    
    The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
    > https://opencollective.com/core-js
    > https://www.patreon.com/zloirock
    
    Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
    
    
    > @apollo/protobufjs@1.2.2 postinstall C:Usersext.zhangyugen1AppDataRoaming
    pm
    ode_modules@vuecli
    ode_modules@apolloprotobufjs
    > node scripts/postinstall
    
    
    > ejs@2.7.4 postinstall C:Usersext.zhangyugen1AppDataRoaming
    pm
    ode_modules@vuecli
    ode_modulesejs
    > node ./postinstall.js
    
    Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
    
    + @vue/cli@4.5.13
    added 933 packages from 584 contributors in 186.993s

    查看版本

    C:Usersext.zhangyugen1>vue --version
    @vue/cli 4.5.13
    
    C:Usersext.zhangyugen1>

    视屏安装的是 3.x 现在最新的是4.x了

    作者:彼岸舞

    时间:2021628

    内容关于:VUE

    本文属于作者原创,未经允许,禁止转发

  • 相关阅读:
    安卓巴士诚招版主,希望各位巴友踊跃加入我们!
    android用户界面之菜单(Menu)教程实例汇总
    360将推出多款360用户特供手机
    安卓巴士最新精选文章,请您查阅
    android用户界面之SeekBar教程实例汇总
    Android OpenGL ES 开发教程小结
    android用户界面之按钮(Button)教程实例汇
    Seleniumwebdriver系列教程(5)————如何定位frame中的元素
    Seleniumwebdriver系列教程(10)————如何智能的等待页面加载完成
    Seleniumwebdriver系列教程(6)————如何捕获弹出窗口
  • 原文地址:https://www.cnblogs.com/flower-dance/p/14943327.html
Copyright © 2011-2022 走看看