前端开发工具收藏
2019-10-10 本文已影响0人
光头小青蛙
1,UI框架
- element-ui饿了么ui框架 地址:https://element.eleme.cn/2.0/#/zh-CN
- and design蚂蚁金服ui框架 地址:https://ant.design/index-cn
- iview 地址:https://www.iviewui.com/
- mui移动端框架 地址:https://dev.dcloud.net.cn/mui/
-
vant-ui有赞
vue
ui框架 地址:https://youzan.github.io/vant/#/zh-CN/intro - vant-weap有赞小程序ui框架 地址:https://youzan.github.io/vant-weapp/#/intro
- cube-ui滴滴移动端框架 地址:https://didi.github.io/cube-ui/#/zh-CN
- layui 地址:https://www.layui.com/doc/
- mint-ui饿了么移动端ui框架 地址:https://mint-ui.github.io/#!/zh-cn
-
weui微信移动端框架适用于
h5
小程序 地址:https://weui.io/ - at-ui阿里巴巴框架 地址:https://at-ui.github.io/at-ui/#/zh
2,插件工具
- hammer.js移动端手势操作插件 地址:http://hammerjs.github.io/
- qrcode.vue生成二维码插件 地址:https://www.npmjs.com/package/qrcode.vue
- vue-happy-scrollvue自定义滚动条插件 地址:https://tangdaohai.github.io/vue-happy-scroll/
- vuedraggablevue 拖拽插件 地址:https://www.npmjs.com/package/vuedraggable
- chinesePY.js汉字转拼音插件 地址:https://github.com/xukeler/chinesePY
3,开发文档
- 微信小程序开发文档 地址:https://developers.weixin.qq.com/miniprogram/design/
- vue开发文档 地址:https://cn.vuejs.org/
- react开发文档 地址:https://react-1251415695.cos-website.ap-chengdu.myqcloud.com/
- uni-app vue多端开发解决方案开发文档 地址:https://uniapp.dcloud.io/
- taro react多端开发解决方案开发文档 地址:https://taro.aotu.io/
- angular开发文档 地址:https://angular.cn/
- JQuery文档 地址:http://jquery.cuishifeng.cn/
- react-native开发文档 地址:https://reactnative.cn/
- typescript开发文档 地址: https://www.tslang.cn/
- webpack开发文档 地址:https://www.webpackjs.com/
- node.js开发文档 地址:http://nodejs.cn/api/
- express开发文档 地址:http://www.expressjs.com.cn/
-
vuePress开发文档一款用来开发个人博客或
book
的库(实际效果类似于vue
官网) 地址:https://vuepress.vuejs.org/guide/#how-it-works