Vue资料
VUE.js技术交流。但不局限于VUE。React,Angular,wx小程序等都可以交流。
本群唯一规则: 苟富贵勿相忘
注:本群对PHPer有极度偏见
# VUE3中文文档
https://router.vuejs.org/zh/guide/
# git神器surf
https://github.com/surfcodes/surf
# 把浏览器网址部分的 github.com 中的 com 改成 surf ,然后回车就行
# 故里分享的VUE面试技巧
https://telegra.ph/%E6%95%85%E9%87%8C%E5%88%86%E4%BA%AB%E7%9A%84VUE%E9%9D%A2%E8%AF%95%E6%8A%80%E5%B7%A7-04-25
# vue-cli4配置教程:
https://github.com/staven630/vue-cli4-config
# 国内静态资源CDN
http://cdn.bytedance.com/
https://unpkg.zhimg.com/
https://staticfile.org/
https://www.bootcdn.cn/
# 国外静态资源CDN
https://www.jsdelivr.com/
https://unpkg.com/
https://cdnjs.com/
# VUE组建库推荐
# VUE优秀后台
https://github.com/chuzhixin/vue-admin-beautiful
# vant
https://github.com/youzan/vant
# element
https://github.com/ElemeFE/element
# iview
https://github.com/iview/iview
# Vuetifyjs
https://vuetifyjs.com/zh-Hans/
# VUE相册
https://github.com/am283721/vue-my-photos
# TypeScript相关文档
https://jkchao.github.io/typescript-book-chinese/#why
https://ts.xcatliu.com/
# 基于go和vue的后台管理系统
https://github.com/flipped-aurora/gin-vue-admin
# VUE UI框架
https://github.com/alphardex/aqua.vue
# VUE Tab
https://github.com/mevinoth/vue-tiny-tabs
# VUE i18n
https://github.com/antfu/i18n-ally
# VUE page分页
https://github.com/TerryZ/v-page
# VUE Markdown
https://github.com/hiro0218/miikun
# VUE Dropdown
https://github.com/RadKod/v-dropdown-menu
# VUE Table
https://github.com/BernhardtD/vue-sorted-table
# 纯CSS
https://github.com/jgthms/bulma
https://bulma.zcopy.site/documentation/
https://github.com/alphardex/aqua.css
https://github.com/zhangyingwei/html-css-only
https://github.com/l-hammer/You-need-to-know-css
https://github.com/BulmaTemplates/bulma-templates
# 基于 Vue2 的输入内容建议插件,支持键盘快速选择
https://github.com/TerryZ/v-suggest
# VUE2 状态button
https://github.com/STUkh/vue-promise-btn
# vue文字动画
https://github.com/hosein2398/Textra
# vue弹窗
https://github.com/XeniacDev/xmodal
https://github.com/davodaslanifakor/modaltor
# 前端业务代码工具库
https://github.com/proYang/outils
# 前端业务代码工具库
https://github.com/cgxqd/utilscore
# multi-select
https://github.com/ProticM/vue-gridmultiselect
# css框架
https://github.com/kbrsh/wing
# Node.js深度学习框架
https://www.tensorflow.org/js/demos/
# Shiro,是alphardex平时所做的CSS创意作品集
https://github.com/alphardex/shiro
https://shiroi.netlify.app/
# 准备研究go的兄弟们,可以看看这个框架。貌似很合适。
https://github.com/gofiber/fiber
# 关灯模式js
https://github.com/ColinEspinas/darken
# 优雅的进度条
https://github.com/vortesnail/qier-progress
# 验证模块
https://github.com/zpfz/RVerify.js
# JS工具集
https://github.com/tnfe/bbo
# JS日历
http://www.yaohaixiao.com/projects/calendar-js.html
# Electron文档
https://www.electronjs.org/docs
# go微服务框架
https://github.com/micro/go-micro
# go写爬虫必备,html解析库。类JQuery接口,爽的一批
https://github.com/PuerkitoBio/goquery
# 文档:
https://godoc.org/github.com/PuerkitoBio/goquery
# 被js玩坏的数组
https://www.npmjs.com/package/js-combinatorics
# RN播放器
https://github.com/ammarahm-ed/react-native-ijkvideo
# Lua防火墙
https://github.com/unixhot/waf
# 洋佬推荐的在线PS。流批得很
https://www.photopea.com/
# 啊!我的眼
https://github.com/PavelDoGreat/WebGL-Fluid-Simulation
# 8卦大集合
https://github.com/yuanguangxin/421pdf
router.vuejs.org (https://router.vuejs.org/zh/guide/)
起步 | Vue Router
Vue.js 官方的路由管理器。