摘要: 一、extract text webpack plugin 使用方法 这个操作很简单的,只需要一个插件就好了,就是extract text webpack plugin 1. 安装extract text webpack plugin npm install extract text webpack 阅读全文
posted @ 2016-08-02 22:19 ArielChen 阅读(2698) 评论(0) 推荐(0)
摘要: 一 、 设置Git的user name和email: $ git config global user.name "xuhaiyan" $ git config global user.email "haiyan.xu.vip@gmail.com" 二、生成SSH密钥过程: 1.查看是否已经有了ss 阅读全文
posted @ 2016-08-02 22:18 ArielChen 阅读(143) 评论(0) 推荐(0)
摘要: html WebpackPlugin 可以自动的创建 html 文件 动态的引用文件名包含 hash 值得文件 1,使用 npm install html webpack plugin save dev 安装插件 2,在配置文件中的使用 引用插件 var htmlWebpackPlugin = re 阅读全文
posted @ 2016-08-02 22:17 ArielChen 阅读(119) 评论(0) 推荐(0)