- Notifications
You must be signed in to change notification settings - Fork4
A run-down of a recursive, nested component with a video of its creation!
kylemh/recursive_vue_component
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A short teaser on the power of recursive components in Vue.js
I ran into some bumps here 'n' there with the video, and stated a few incorrect thingsmostly about the data option.
Overall, it's a pretty short exercise into creating a very powerful recursive, nested component. I also through some cool stuff into the project, like dynamic/conditional styles. I love recursive components because of readability!
I would promise to go back and clean up the video, but... I probably won't.
# install dependenciesyarn install# dev server with hot reload at localhost:8080yarn start# build for production with minificationyarn build
Follow these instructions to get GH Pages to properly display new builds.
For detailed explanation on how things work, checkout theguide anddocs for vue-loader.
About
A run-down of a recursive, nested component with a video of its creation!
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.