Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

This is an expandable menu created with Vue. Use recursion to paint the elements.

Awesome Lists containing this project

README

        

# Recursive Expandable Menu Vue

![](src/assets/demo_image.gif)

## 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
```