Vue

作者: 李姗姗_8ef1 | 来源:发表于2020-07-05 09:35 被阅读0次

    官网https://cn.vuejs.org/

    一、安装

    1.node.js

    https://nodejs.org/en/download/,下载对应版本并且安装,node与npm同时安装完成,打开cmd,输入命令node -v,npm -v查看是否安装成功

    C:\Users\Administrator>node -v
    v12.18.1
    
    C:\Users\Administrator>npm -v
    6.14.5
    
    C:\Users\Administrator>npm -g install npm //将npm更新至最新版本
    C:\Users\Administrator\AppData\Roaming\npm\npm -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
    C:\Users\Administrator\AppData\Roaming\npm\npx -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\bin\npx-cli.js
    + npm@6.14.5
    updated 1 package in 8.605s
    
    C:\Users\Administrator>npm -v
    6.14.5
    
    C:\Users\Administrator>C:\Users\Administrator>npm install -g cnpm --registry=https://registry.npm.taobao.org //可以选择安装cnpm,即npm的国内镜像
    C:\Users\Administrator\AppData\Roaming\npm\cnpm -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\cnpm\bin\cnpm
    + cnpm@6.1.1
    updated 1 package in 18.048s
    

    2.vue-cli

    C:\Users\Administrator>npm install -g vue-cli
    npm WARN deprecated vue-cli@2.9.6: This package has been deprecated in favour of @vue/cli
    npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    C:\Users\Administrator\AppData\Roaming\npm\vue -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\vue-cli\bin\vue
    C:\Users\Administrator\AppData\Roaming\npm\vue-list -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-list
    C:\Users\Administrator\AppData\Roaming\npm\vue-init -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\vue-cli\bin\vue-init
    + vue-cli@2.9.6
    updated 2 packages in 39.143s
    

    二、新建项目

    C:\Users\Administrator>d:
    
    D:\>cd D:\web
    
    D:\web>vue init webpack FirstVue
    ? Project name firstvue
    ? Project description A Vue.js project
    ? Author lss
    ? 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 "FirstVue".
    
    
    # Installing project dependencies ...
    # ========================
    
    npm WARN deprecated extract-text-webpack-plugin@3.0.2: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
    npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
    npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
    npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
    npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
    npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
    npm 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
    npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
    npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
    
    > chromedriver@2.46.0 install D:\web\FirstVue\node_modules\chromedriver
    > node install.js
    
    Current existing ChromeDriver binary is unavailable, proceding with download and extraction.
    Downloading from file:  https://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip
    Saving to file: C:\Users\ADMINI~1\AppData\Local\Temp\2.46\chromedriver\chromedriver_win32.zip
    Received 781K...
    Received 1568K...
    Received 2352K...
    Received 3136K...
    Received 3920K...
    Received 4523K total.
    Extracting zip contents
    Copying to target path D:\web\FirstVue\node_modules\chromedriver\lib\chromedriver
    Done. ChromeDriver binary available at D:\web\FirstVue\node_modules\chromedriver\lib\chromedriver\chromedriver.exe
    
    > core-js@2.6.11 postinstall D:\web\FirstVue\node_modules\core-js
    > 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 -)
    
    
    > uglifyjs-webpack-plugin@0.4.6 postinstall D:\web\FirstVue\node_modules\webpack\node_modules\uglifyjs-webpack-plugin
    > node lib/post_install.js
    
    npm notice created a lockfile as package-lock.json. You should commit this file.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.3 (node_modules\sane\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN notsup Unsupported engine for watchpack-chokidar2@2.0.0: wanted: {"node":"<8.10.0"} (current: {"node":"12.18.1","npm":"6.14.5"})
    npm WARN notsup Not compatible with your version of node/npm: watchpack-chokidar2@2.0.0
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\chokidar\node_modules\fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
    
    added 1818 packages from 1111 contributors and audited 1826 packages in 97.95s
    
    29 packages are looking for funding
      run `npm fund` for details
    
    found 607 vulnerabilities (584 low, 9 moderate, 13 high, 1 critical)
      run `npm audit fix` to fix them, or `npm audit` for details
    
    
    Running eslint --fix to comply with chosen preset rules...
    # ========================
    
    
    > firstvue@1.0.0 lint D:\web\FirstVue
    > eslint --ext .js,.vue src test/unit test/e2e/specs "--fix"
    
    
    # Project initialization finished!
    # ========================
    
    To get started:
    
      cd FirstVue
      npm run dev
    
    Documentation can be found at https://vuejs-templates.github.io/webpack
    
    
    
    D:\web>cd FirstVue
    
    D:\web\FirstVue>npm run dev
    
    > firstvue@1.0.0 dev D:\web\FirstVue
    > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
    
     13% building modules 29/31 modules 2 active ...e&index=0!D:\web\FirstVue\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
     95% emitting
    
     DONE  Compiled successfully in 3300ms                                                                 3:00:37 ├F10: PM┤
    
     I  Your application is running here: http://localhost:8081
    

    浏览器输入http://localhost:8081

    相关文章

      网友评论

          本文标题:Vue

          本文链接:https://www.haomeiwen.com/subject/skzrxktx.html