Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kobeumut/megamenu
VueJs & Tailwind Css Detailed Mega Menu Example
https://github.com/kobeumut/megamenu
javascript megamenu tailwindcss vuejs
Last synced: 17 days ago
JSON representation
VueJs & Tailwind Css Detailed Mega Menu Example
- Host: GitHub
- URL: https://github.com/kobeumut/megamenu
- Owner: kobeumut
- Created: 2019-10-03T23:49:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:08:15.000Z (about 2 years ago)
- Last Synced: 2024-11-01T06:13:34.282Z (2 months ago)
- Topics: javascript, megamenu, tailwindcss, vuejs
- Language: Vue
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Megamenu
## Project Info
The project will have a large sample structure covering various menu examples using vuejs and tailwindcss. If you want to make additional components, please contribute a pull request to develop branch.## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).