Skip to content

vxframework/core

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VXF/core package

It was created to make fivem scripting easier using typescript

Download & Install

using npm

npm i @vxf/core

using yarn

yarn add @vxf/core

https://www.npmjs.com/package/@vxf/core

Docs

Decorators

  1. chat command
  2. export
  3. local event
  4. net event
  5. tick
  6. load resource file
  7. controller

Dependency injection

The package uses Inversify for dependency injection. https://github.com/inversify/InversifyJS Vertex makes any class that's decorated as @Controller() injectable, so you can use inversify package's decorators. However, the package contains Pascal case aliases that you can use either.

Contributing

Feel free to contribute to this package

License

Well, the license is MIT. Its specified in package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published