美文网首页
前端高级

前端高级

作者: xuyouxin1 | 来源:发表于2017-12-15 13:24 被阅读0次

js高级语法es2015:有些类似java

https://babeljs.io/learn-es2015/#ecmascript-2015-features-symbols

https://github.com/lukehoban/es6features

http://es6.ruanyifeng.com/#docs    es6入门-阮一峰

css Modules:css模块化,提高css复用

https://github.com/css-modules/css-modules

sass:css样式扩展

https://www.sass.hk/docs/

px2rem:即px to rem,移动端距离、大小的单位用rem,能够适配各种手机屏幕

stylus:http://www.zhangxinxu.com/jq/stylus/variables.php

sass @mixin:https://www.w3cplus.com/preprocessor/sass-the-mixin-directive.html(@mixin定义,@include引用)

webpack:各种类型的、存放散乱的文件,组织成一个整体的资源体系,方便使用

https://webpack.js.org/guides/getting-started/

mint-ui:移动端页面开发框架

http://mint-ui.github.io/#!/zh-cn

相关文章

网友评论

      本文标题:前端高级

      本文链接:https://www.haomeiwen.com/subject/lltdwxtx.html