Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathiew82/recursive-expandable-menu-vue
- Owner: Mathiew82
- Created: 2019-06-05T21:34:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T04:00:41.000Z (over 1 year ago)
- Last Synced: 2023-05-13T05:18:52.267Z (over 1 year ago)
- Topics: expandable, expandablelistview, menu-item, recursive-expandable-menu-vue, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```