Skip to content

A FiveM Typescript resource using Vue3, Pinia and Tailwindcss for UI Boilerplate

License

Notifications You must be signed in to change notification settings

lukealford/fivem-ts-vue3-boilerplate

Repository files navigation

FiveM Typescript + Vue3 Resource Boilerplate

A basic typescript + Vue3 boilerplater to jumpstart your FiveM resource and nui development

Development

Install packages, run the following from the root folder

npm i

and then to start your dev enviroment

npm run dev:resource
npm run dev:ui

Build

To build for production run the following from the root folder

npm run build

To build just the resource

npm run build:resource

To build just the ui

npm run build:ui

Dependencies

resource
ui

About

A FiveM Typescript resource using Vue3, Pinia and Tailwindcss for UI Boilerplate

Resources

License

Stars

Watchers

Forks