All Projects → sdras → Vue Directory Tree

sdras / Vue Directory Tree

Licence: mit
A visualization of relevant files for vue repo, along with notes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Directory Tree

Syro
Simple router for web applications
Stars: ✭ 121 (-24.37%)
Mutual labels:  tree
Slim
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
Stars: ✭ 1,705 (+965.63%)
Mutual labels:  tree
Tree Cli
🌴List contents of directories in tree-like format.
Stars: ✭ 142 (-11.25%)
Mutual labels:  tree
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (-23.12%)
Mutual labels:  tree
Eix
eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree
Stars: ✭ 126 (-21.25%)
Mutual labels:  tree
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-13.12%)
Mutual labels:  tree
Tree Online
An online tree-like utility for generating ASCII folder structure diagrams. Written in TypeScript and React.
Stars: ✭ 119 (-25.62%)
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 (-2.5%)
Mutual labels:  tree
Typex
[TOOL, CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural types as TypeScript value object or bare type representations.
Stars: ✭ 128 (-20%)
Mutual labels:  tree
Django Treenode
probably the best abstract model / admin for your tree based stuff. 🌳
Stars: ✭ 142 (-11.25%)
Mutual labels:  tree
Django Jsoneditor
Django JSONEditor input widget to provide javascript online JSON Editor
Stars: ✭ 124 (-22.5%)
Mutual labels:  tree
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (-21.87%)
Mutual labels:  tree
Libvot
A C++11 multithread library for image retrieval
Stars: ✭ 139 (-13.12%)
Mutual labels:  tree
Span Tree
🌳 Tree for GitLab
Stars: ✭ 123 (-23.12%)
Mutual labels:  tree
Angular Tree Dnd
Display tree table (or list) & event Drap & Drop (allow drag multi tree-table include all type: table, ol, ul) by AngularJS
Stars: ✭ 146 (-8.75%)
Mutual labels:  tree
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-24.37%)
Mutual labels:  tree
Merkle Tree
Merkle Trees and Merkle Inclusion Proofs
Stars: ✭ 130 (-18.75%)
Mutual labels:  tree
Object Visualizer
Vue JSON inspector with Chrome-like theme.
Stars: ✭ 159 (-0.62%)
Mutual labels:  tree
Graphview
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
Stars: ✭ 152 (-5%)
Mutual labels:  tree
Array To Tree
Convert a plain array of nodes (with pointers to parent nodes) to a nested data structure
Stars: ✭ 141 (-11.87%)
Mutual labels:  tree

Vue Core Directory Visualization

🎋 Often when we're excited about contributing to a project, it takes a little while to understand the codebase even before we get started. It's estimated that developers spend 70% of their time reading code and only 30% writing. This project documents how Vue.js is set up with special notes taken from a Vue core meeting with Evan You. This should help guide people through the directory structure and give context to how and why things are set up the way that they are so that they can get set up to contribute as soon as possible.

Shows the whole Vue.js repo directory structure, with only the sections with notes shown initially. Any files that we have more info on have a note (exposed on hover). All notes and open directories are in the Vuex store.

demo-image

🎋 Demo site! https://sdras.github.io/vue-directory-tree/

When I first created this, I wrote this bit of code to create the tree.

🎋 After it was done, I thought it might be best for everyone to create a CLI tool to generate this kind of documentation. You can find this project and use it here: Project-Explorer

yarn
yarn serve
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].