蛋壳前端培训
2017-11-19 本文已影响0人
风吹麦浪浪追浪
第一天(熟悉git版本管理工具)
- Git 工作流程
相关链接:http://www.runoob.com/git/git-workflow.html - Git 工作区、暂存区和版本库
相关链接:http://www.runoob.com/git/git-workspace-index-repo.html - Git 创建仓库
相关链接:http://www.runoob.com/git/git-create-repository.html - Git 基本操作
相关链接:http://www.runoob.com/git/git-basic-operations.html - Git 分支管理
相关链接:http://www.runoob.com/git/git-branch.html - Git远程操作
http://www.ruanyifeng.com/blog/2014/06/git_remote.html
第二天(熟悉微信公众号应用开发)
- 微信登录授权(理解工作流程)
https://mp.weixin.qq.com/wikit=resource/res_main&id=mp1421140842 - 微信JS-SDK核心功能(分享、支付)
https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115
第三天(熟悉webpack常用配置)
- 掌握entry(包含单入口和多入口写法 ),output
- 掌握常用的loader(css-loader,url-loader)
- 掌握核心插件用法(HtmlWebpackPlugin,CommonsChunkPlugin)
- 编写一个webpack.conf,需支持多页面开发架构,每个html只加载对应的JS文件,如index.html只加载index.js,并将公共JS打包成独立JS文件