A basic typescript + Vue3 boilerplater to jumpstart your FiveM resource and nui 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
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