https://github.com/mathiew82/recursive-expandable-menu-vue
This is an expandable menu created with Vue. Use recursion to paint the elements.
https://github.com/mathiew82/recursive-expandable-menu-vue
expandable expandablelistview menu-item recursive-expandable-menu-vue vue vuejs
Last synced: 3 months ago
JSON representation
This is an expandable menu created with Vue. Use recursion to paint the elements.
- Host: GitHub
- URL: https://github.com/mathiew82/recursive-expandable-menu-vue
- Owner: Mathiew82
- Created: 2019-06-05T21:34:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:10:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T07:15:04.401Z (5 months ago)
- Topics: expandable, expandablelistview, menu-item, recursive-expandable-menu-vue, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recursive Expandable Menu Vue

## Info
Vue version = 2.6.10## Project setup
#### Clone the repository in your projects folder:
```
git clone https://github.com/Mathiew82/recursive-expandable-menu-vue.git
```#### Install project dependencies:
```
yarn install
```#### Launch the application:
```
yarn run serve
```