Web前端之路技术干货前端开发

前端面试 1000道!

2019-05-17  本文已影响3人  蓝海00

基础强化




前端工程化







  1. git 常用命令
    Workspace:工作区
    Index/ Stage:暂存区
    Repository:仓库区(或本地仓库)
    Remote:远程仓库
    详细参见:http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html





entry: {
page: 'path/to/page.js',
jquery: 'node_modules/jquery/dist/jquery.min.js' }
new HtmlWebpackPlugin({ 
filename: 'index.html', 
template: 'index.html',
inject: true,
chunks: ['jquery', 'page'] // script 
})


移动端布局与适配








性能和效率






Web安全








架构





混合开发:


持续更新中 近1000道~

上一篇下一篇

猜你喜欢

热点阅读