logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue div模块位置拖动、宽高调整插件【vue-grid-layout】

github:https://github.com/jbaysolutions/vue-grid-layout安装:npm install vue-grid-layout --save引入:import VueGridLayout from 'vue-grid-layout';使用:data() {return {elements: [{ x: 0, y: 0, w: 2, h: 2, i: "0

#前端
前端使用vue-video-player做直播流视频

安装:npm install vue-video-player --savenpm install videojs-contrib-hls --save引入:import VideoPlayer from 'vue-video-player'require('video.js/dist/video-js.css')require('vue-video-player/src/custom-theme

#vue.js#前端#音视频
vue echarts引入中国地图使用散点地图

要使用4.1.0版本的echarts!!! 否则报Map china not exists. The GeoJSON of the map must be provided安装:npm install echarts@4.1.0 --save引入:import * as echarts from 'echarts'import 'echarts/map/js/china'Vue.prototype

文章图片
#echarts
vue 日期多选插件

v-calendar:https://vcalendar.io/datepicker.html安装:npm install v-calendar@next配置:使用:<v-date-picker mode="multiple" v-model="dates" />dates: [new Date(2018, 0, 1), // Jan 1st, 2018new Date(2018, 0

#前端
使用electron+vue技术快速开发桌面端应用

光看名字就知道了,electron-vue就是electron和vue的结合体,很轻松的就可以把你的vue项目转化为桌面项目。使用文档:https://simulatedgreg.gitbooks.io/electron-vue/content/en/renderer-process.html下面进入正题:1.搭建一个electron-vue的项目打开终端进入你要创建桌面项目的目录,然后输入...

文章图片
elementUI 显示局部加载loading

给div加v-loading即可,其他属性选配<divv-loading="loading"element-loading-text="地图加载中"element-loading-spinner="el-icon-loading"element-loading-background="rgba(0, 0, 0, .9)"></div>

文章图片
    共 27 条
  • 1
  • 2
  • 3
  • 请选择