zoukankan      html  css  js  c++  java
  • springboot 集成 vue

    1. eclipse  部署好spring boot 环境,能成功运行。 部署过程见我的其他博客,这里就不过多说。

       2. https://www.runoob.com/vue2/vue-install.html

       3. 下载node.js    下载地址:https://nodejs.org/zh-cn/   (或者https://nodejs.org/en/download/)  右上角有中文切换。

       我下载了12.13.1长期支持版的。Linux 上安装 Node.js 需要安装 Python 2.6 或 2.7 ,不建议安装 Python 3.0 以上版本

      3.安装node.js。

        (1)双击运行(run)安装包,等待安装。

          

         (2)next>接受协议>选择安装路径

            

        (3)选择需要的模式

            

          (4)选择install安装。

            完成之后会弹出命令行窗口

            

          (5)检测PATH环境变量是否配置了Node.js,点击开始=》运行=》输入"cmd" => 输入命令"path",输出如下结果(ctrl+f 在当前页面搜索 通用):  

             PATH=C:oraclexeapporacleproduct10.2.0serverin;C:Windowssystem32;
            C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;
            c:python32python;C:MinGWin;C:Program FilesGTK2-Runtimelib;
            C:Program FilesMySQLMySQL Server 5.5in;C:Program Files
    odejs;
            C:Users
    gAppDataRoaming
    pm

          (6)检查Node.js版本

            C:Userslenovo>node --version
            v12.13.1

            C:Userslenovo>

            

          (7)二进制文件 (.exe)安装

            32 位安装包下载地址 : http://nodejs.org/dist/v0.10.26/node.exe

            64 位安装包下载地址 : http://nodejs.org/dist/v0.10.26/x64/node.exe

            安装步骤:

            双击出现下面页面:

     

     

      
      

          

  • 相关阅读:
    CNN comprehension
    Gradient Descent
    Various Optimization Algorithms For Training Neural Network
    gerrit workflow
    jenkins job配置脚本化
    Jenkins pipeline jobs隐式传参
    make words counter for image with the help of paddlehub model
    make words counter for image with the help of paddlehub model
    git push and gerrit code review
    image similarity
  • 原文地址:https://www.cnblogs.com/linanana/p/12024906.html
Copyright © 2011-2022 走看看