vue npm常见插件命令

admin3年前javascript531

swiper:

npm i swiper

element:

npm i element-ui -S

axios:


route:

npm install vue-router@4.0.0-beta.13


element ui:

npm install element-plus --save


import Swiper from 'swiper';
import 'swiper/swiper-bundle.css';




相关文章

在线图片转文字

https://www.gaitubao.com/tupian-wenzi/...

vue-element-admin文档

https://panjiachen.gitee.io/vue-element-admin-site/zh/...

用rem怎么解决【移动端或pc端适配】问题?

https://blog.csdn.net/weixin_50450473/article/details/119169118...

laydate使用

laydate.render({         elem: '#dateinput',&n...

jquery获取iframe子元素,父元素

$(window.parent.document).find('#Main')[0].contentDocument.getElementById("thumb")...

将不带www的域名301转向到带www的域名

nginx:if ( $host = "zhuoshenghuanbao.com" ) {rewrite ^/(.*)$ http://www.zhuoshenghuanbao.c...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。