All Projects → xiaoniezi → Vue Tree

xiaoniezi / Vue Tree

vue element-ui tree component expand

Projects that are alternatives of or similar to Vue Tree

Tree Transfer
一个基于vue和element-ui的树形穿梭框及邮件通讯录。A tree shaped shuttle box assembly based on Vue and element-ui. Vuecli3版本见https://github.com/hql7/wl-tree-transfer 示例见->
Stars: ✭ 443 (+157.56%)
Mutual labels:  tree, element-ui
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (-81.4%)
Mutual labels:  tree, element-ui
Element Tree Grid
tree grid extends element ui with vue
Stars: ✭ 223 (+29.65%)
Mutual labels:  tree, element-ui
El Tree Select
基于element-ui2.x扩展下拉树
Stars: ✭ 159 (-7.56%)
Mutual labels:  tree, element-ui
Json To Ast
JSON AST parser
Stars: ✭ 161 (-6.4%)
Mutual labels:  tree
Yuqing Monitor Electron
Electron+Node+Socket.io+Vue+ElementUI+Highcharts开发的PC端舆情监控客户端,支持windows、mac、Linux多平台
Stars: ✭ 157 (-8.72%)
Mutual labels:  element-ui
Nodeplatform Eggjs
基于egg.js编写的node平台,演示地址不要乱搞啊
Stars: ✭ 155 (-9.88%)
Mutual labels:  element-ui
Webadmin
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。
Stars: ✭ 153 (-11.05%)
Mutual labels:  element-ui
Bandersnatch
💻 Interactive Black Mirror: Bandersnatch Paths Website 🎥
Stars: ✭ 169 (-1.74%)
Mutual labels:  tree
Frostmourne
frostmourne是基于Elasticsearch, InfluxDB数据,Mysql数据的监控,报警,分析系统. Monitor & alert & alarm & analyze for Elasticsearch && InfluxDB Log Data。主要使用springboot2 + vue-element-admin。 https://frostmourne-demo.github.io/
Stars: ✭ 166 (-3.49%)
Mutual labels:  element-ui
Jstarcraft Ai
目标是提供一个完整的Java机器学习(Machine Learning/ML)框架,作为人工智能在学术界与工业界的桥梁. 让相关领域的研发人员能够在各种软硬件环境/数据结构/算法/模型之间无缝切换. 涵盖了从数据处理到模型的训练与评估各个环节,支持硬件加速和并行计算,是最快最全的Java机器学习库.
Stars: ✭ 160 (-6.98%)
Mutual labels:  tree
Lb Element Table
基于element-ui table二次封装表格组件
Stars: ✭ 158 (-8.14%)
Mutual labels:  element-ui
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+1291.28%)
Mutual labels:  tree
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (-9.3%)
Mutual labels:  tree
Relation Classification Using Bidirectional Lstm Tree
TensorFlow Implementation of the paper "End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures" and "Classifying Relations via Long Short Term Memory Networks along Shortest Dependency Paths" for classifying relations
Stars: ✭ 167 (-2.91%)
Mutual labels:  tree
Fantastic Admin
一款开箱即用的 Vue 中后台管理系统框架,基于ElementUI,兼容PC、移动端,vue-admin, vue-element-admin, vue后台
Stars: ✭ 153 (-11.05%)
Mutual labels:  element-ui
React Ast
render abstract syntax trees with react
Stars: ✭ 160 (-6.98%)
Mutual labels:  tree
El Form Renderer
🎩A data-driven dynamic and complex form solution
Stars: ✭ 163 (-5.23%)
Mutual labels:  element-ui
Vue Directory Tree
A visualization of relevant files for vue repo, along with notes
Stars: ✭ 160 (-6.98%)
Mutual labels:  tree
Django Vue Admin
基于RBAC模型权限控制的中小型应用的基础开发平台,前后端分离,后端采用django+django-rest-framework,前端采用vue+ElementUI,移动端采用uniapp+uView(可发布h5和小程序).
Stars: ✭ 157 (-8.72%)
Mutual labels:  element-ui

tree

element-ui tree secondary development

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8088
npm run serve

# build for production with minification
npm run build

简单说明

elementUI ^2.2.0可以使用scoped slot的方式自定义节点,所以有两种方式,但原理都是一样。

展示地址

click here

更新说明

2019/04/17

  • NODE_ID_START 代替 maxexpandId,不用从后台获取
  • NODE_KEY代替全局id
  • 删除节点采用组件自带方法remove
  • 使用scss

2019/04/26

  • 删除.babelrc文件
  • 更新展示地址:请求地址错误问题
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].