calumari / fivem-vue-boilerplate

FiveM + Vue 🐌

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fivem-vue-boilerplate

Notice

I am no longer involved in FiveM and apart from the occasional dependency bump this project is unmaintained. PRs highly encouraged!

Quick start

You need vue-cli 3.x.

npm install -g @vue/cli

1. Clone repo

git clone https://github.com/calumari/fivem-vue-boilerplate.git html

2. Install dependencies

cd html
npm install

3. Build

npm run build

4. Add to your resource manifest!

...

files {
    'html/dist/index.html'
}

ui_page 'html/dist/index.html'

Commands

Run locally for development

npm run serve

About

FiveM + Vue 🐌

License:MIT License


Languages

Language:JavaScript 53.6%Language:Vue 29.6%Language:HTML 16.8%