摘要: 1.项目目录 2.配置代码const path = require('path');const HtmlWebpackPlugin = require('html-webpack-plugin');const ExtractTextPlugin = require('extract-text-web 阅读全文
posted @ 2018-09-09 17:29 haines 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1.添加.gitignore ``` .DS_Store node_modules dist *.log .idea ``` 2.npm init/yarn init 3.提交代码到远程仓库 至此,master分支的代码提交就此结束,后续开发是建立在dev分支上面 阅读全文
posted @ 2018-09-09 17:20 haines 阅读(104) 评论(0) 推荐(0) 编辑