• home > tools > Bundler > grunt >

    前端一体化简约配置

    Author:[email protected] Date:

    前端自动化构建6步走!!

    1 安装nodejs ,

    输入node -v 运行5.0以上 stable版本 

    npm -v npm -v 同上,3.0以上stabel版本


    2.nodejs 安装完毕后, 

    以administrator 管理员身份 运行cmd ,

    输入(安装 npm install -g yo bower grunt-cli gulp 

    3.安装ruby(安装ruby 勾选上 add to path 或者自己添加到系统环境变量

    gem -v 2.3以stable 版本

    4:替换ruby镜像源 :分别输入 

    (可以下载,本地安装*省略4:gem install  --local (本地路径……) 

    gem sources --remove https://rubygems.org/

    gem sources -a https://ruby.taobao.org/

    gem sources -l (确认修改为https://ruby.taobao.org/

    5. gem install sass 安装sass 

    sass -v 3.3以上版本

    (如果sass安装不成功!…………


    6.svn donwload 代码,在项目目录想 输入 grunt serve

    enjoy it……

    tips:如果系统提示grunt 不存在,请检查node nodemodule 系统环境变量(不明白,自己百度……

    如果不安装nodejs  直接把bower 目录下的代码移动到 app目录下,确保js加载路径



    转载本站文章《前端一体化简约配置》,
    请注明出处:https://www.zhoulujun.cn/html/tools/Bundler/grunt/2016_0317_7716.html