摘要: 创建版本库 修改和提交 查看提交历史 撤销 分支与标签 合并与衍合 远程操作 阅读全文
posted @ 2018-01-23 16:13 bohew 阅读(145) 评论(0) 推荐(0)
摘要: 1、安装 官方下载地址:https://git-scm.com/downloads 选择对应的系统点击下载安装即可 2、配置 (前提你得有自己的github账户)进入https://github.com/new 创建一个代码仓 然后打开本地 git软件 设置全局配置 git push -u orig 阅读全文
posted @ 2018-01-18 17:39 bohew 阅读(138) 评论(0) 推荐(0)
摘要: 前端自动化生产工具:webpack webpakc安装 npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install [name] 安装好以上依赖后然后配置 webpack.config.js: var pat 阅读全文
posted @ 2017-10-24 10:33 bohew 阅读(3570) 评论(0) 推荐(0)
摘要: 安装方法:npm install -g pm2 用法 $ npm install pm2 -g # 命令行安装 pm2 $ pm2 start app.js -i 4 #后台运行pm2,启动4个app.js # 也可以把'max' 参数传递给 start # 正确... 阅读全文
posted @ 2017-10-23 16:10 bohew 阅读(251) 评论(0) 推荐(0)
摘要: 第一步:安装ruby环境并使用gem install sass 安装sass(国内访问较慢),如果安装不成功可以更换源路径 更换方式: gem sources --remove https://rubygems.org/ gem source -a http://ruby.taobao.org ge 阅读全文
posted @ 2017-10-23 16:07 bohew 阅读(1085) 评论(0) 推荐(0)