GTAVMenuVueHtml
GTAVMenuVueHtml copied to clipboard
GTA V popup menu (HTML, CSS, Vue.js)
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
branch
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.
- Clone this repo via
git clone ...
- Install dependencies via
npm install
- Build with webpack via
npm run build
- 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