June 13, 2019

229 words 2 mins read

sdras/vue-directory-tree

sdras/vue-directory-tree

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

repo name sdras/vue-directory-tree
repo link https://github.com/sdras/vue-directory-tree
homepage https://sdras.github.io/vue-directory-tree/
language JavaScript
size (curr.) 415 kB
stars (curr.) 154
created 2018-04-07
license MIT License

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
comments powered by Disqus