有用的一些前端技术
如何实现快速生成朋友圈海报分享图https://developers.weixin.qq.com/community/develop/article/doc/000ac686c5c5506f18b87ee825b013
如何实现快速生成朋友圈海报分享图
波浪形显示logo
https://juejin.cn/post/7005763586999975943
代码基本上是这么个情况:
引入:
import {FcWaveFilter} from 'fancy-components';
new FcWaveFilter()
使用:
<fc-wave-filter delay="1" mode="img" style="border-radius:50%">
<img src="~@/static/images/lila/lila_one.png" id="image" class="image">
</fc-wave-filter>
api:
效果有很多种:
接口封装
https://juejin.cn/post/7005342465532100644
vue实现弹幕效果
GitHub - superhos/vue-baberrage: A simple Barrage plugin Base on Vue.js. | 基于Vue.js弹幕插件.
vue移动端适配
vue项目安装postcss-pxtorem_存心刁难我胖虎的博客-CSDN博客_postcss-pxtorem vue
vue使用less
html使用element ui
风尚前端学习-网页HTML引入element-ui库_风尚云网的博客-CSDN博客_html ui库
在html网页中引入element-ui_近景_的博客-CSDN博客_html引入element ui
git密钥
新增 SSH 密钥到 GitHub 帐户 - GitHub Docs
vue computed和watch的区别
Vue的computed和watch的区别_艾文达的博客-CSDN博客_vuewatch和computed区别
vue导出excel表格
vue实现导出表格数据_水星记_的博客-CSDN博客_vue导出表格
vue导出Excel表格,报错utils of undefined 是版本原因_花开花落的博客的博客-CSDN博客_网页导出excel报undefined
vue解析xml数据
数据:
testXml:'<div><em>hhh</em>hhhh</div>'
效果:
html:
<div class="xxx" v-html="testXml"></div>
css:
<style lang="less" scoped>
.xxx{
::v-deep em {
color: pink;
}
}
</style>
vue实现拖拽(vuedraggable)
vue项目中使用vuedraggable_渔舟唱晚@的博客-CSDN博客_vuedraggable
在vue中使用lodash的debounce(防抖函数)
更多推荐
所有评论(0)