zoukankan      html  css  js  c++  java
  • Bower安装

    一、安装Node.js:

          1、下载Node.js并安装:    http://nodejs.org/

          2、双击安装,默认C盘:C:Program Files odejs

          3、cmd进入上述目录:

                    执行 npm install express  

                    如果出现以下信息,去C:UsersAdministratorAppDataRoaming目录创建一个npm文件夹,继续执行上面的命令:

                   

    二:配置并检测安装情况:

     1、下载git for window并安装:http://git-scm.com/downloads 

          1、系统环境变量path追加:;C:Program Files (x86)Gitin;

          2、打开Git Bash: 

                                       

         3、在Git Bash分别输入(有如下版本号现实表示node 和npm安装成功):

                             

    三:安装Bower,等待安装结束

          npm install -g bower

                            

    四:利用Bower下载Jquery

                            

      

     

      

                            

  • 相关阅读:
    Spring Cloud
    Hibernate 缓存
    Spring 快速入门
    Junit 单元测试
    Spring Cloud 笔记
    Swagger SpringBoot 集成
    Apache Shiro 权限框架
    Spring Boot
    跨域问题
    BeX5 常见问题解决办法
  • 原文地址:https://www.cnblogs.com/firebata/p/4253589.html
Copyright © 2011-2022 走看看