Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romgerman/GTAVMenuVueHtml
GTA V popup menu (HTML, CSS, Vue.js)
https://github.com/romgerman/GTAVMenuVueHtml
css gta gtanetwork gtav gtmp html js popup-menu ragemp vue vuejs
Last synced: 3 months ago
JSON representation
GTA V popup menu (HTML, CSS, Vue.js)
- Host: GitHub
- URL: https://github.com/romgerman/GTAVMenuVueHtml
- Owner: romgerman
- License: wtfpl
- Archived: true
- Created: 2017-04-07T11:49:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T23:11:43.000Z (over 5 years ago)
- Last Synced: 2024-07-18T16:32:04.631Z (4 months ago)
- Topics: css, gta, gtanetwork, gtav, gtmp, html, js, popup-menu, ragemp, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 953 KB
- Stars: 63
- Watchers: 9
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# GTA V popup menu built on Vue.js
## This is a new version built with single-file components and webpack
For the old version see [`oldschool`](https://github.com/romgerman/GTAVMenuVueHtml/tree/oldschool) branch
![In action](http://i.imgur.com/CejVRFb.gif)
![Update](http://i.imgur.com/5uNAo5f.png)### How to interact
Up, Down or Mouse Wheel — select menu item
Left, Right — change item in selection "control" and change color in color picker
Enter, LMB — open submenu if it exists or execute defined action
Backspace, RMB — Go back in menus
### How to build?
Easy.
1. Clone this repo via `git clone ...`
2. Install dependencies via `npm install`
3. Build with webpack via `npm run build`
4. Output files will be inside `public` folder### FAQ
- Post issues if something works weird
- Don't kill me for crappy usage of webpack and vue