使用 canvas 绘制组织架构图/族谱图

Canvas-OrgChart Draw orgchart/genealogychart with canvas. Installation Of course, you can directly use the standalone build by including canvas-orgchart.js in your webapps. Install with npm $ npm insta
Vue组织架构图和富文本框

lan-tinymce A Vue.js project Build Setup # install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for production
基于javascript开发的组织架构图

OrchartBS OrchartBS组织架构图组件基本功能说明: 一、本组件实现了横向和纵向树形结构组织架构图。 二、可实现增加、删除、改变节点结构的功能。 三、可
基于vue3.x + typeScript 实现的组织架构图

vue3-tree-org 介绍 一个基于vue3.x的简易版组织架构图,vue2.x版本请访问zm-tree-org 架构图支持拖拽和通过鼠标滚轮缩放支持新增/删除节点支持编辑节点名称支持
为html中的某些标签特定的属性值,如link[href]的

gulp-prefix-url 这个插件修改自gulp-prefix,用于为html中的某些标签特定的属性值,如link[href]的值添加前缀,往往是静态资源cdn域名地址。 !-- 添加前缀钱 --!DOCTYPE
用于为webpack生成的html文件添加自定义属性

HtmlAddAttrWebpackPluginUsageInstall npm install html-add-attr-webpack-plugin -D Example for SPA (single-page-application): //webpack.config.jsmodule.exports = { plugin: [ //...other options new HtmlAd
gulp 自动对html的所有资产压缩 babel 添加前缀

gulp-static-buildgulp 自动对html的所有资产压缩 babel 添加前缀 添加cdn等操作内网私有仓库安装 yarn global add @jysd/gulp-static-build --registry http://192.168.8.6:8081/reposit
为html页面中的js与css添加cdn域名

安装 npm install webpack-absolute-path --save-dev 使用 webpack.config.js plugins: [new HtmlWebpackPlugin({//html-webpack-plugin 必须装,因为在这个插件上拓展 filename: xxx.html, templa
切图及活动页必备, 支持tailwindcss, 自动编译l

gulp-startup 切图及活动页必备, 支持tailwindcss, 自动编译less/scss, 自动添加css3前缀, 支持自动将px转成rem, 自动刷新浏览器, 支持将es6变成es5, 支持将pug编译成h
html添加manifest离线缓存

安装 npm install fis-postpackager-manifest 使用 //fis3配置 .match('::package', { postpackager: fis.plugin('manifest',{ imgAttr:['data-webporiginal','src'], //检测页面中img属性包括图片地
在css,html中自动添加类bem格式

#ks-autobem-loader自动化css(BEM)命名填充方式 .module { _head { font-size:16px; } } 输出 .module-head { font-size:16px; } div class="module" div class="_head"/div /div 输出 div class="modul