Jump to content

3 Screenshots

About This File

This is RageMP start server template. It's using typescript (server-side and client-side), Vue.js for CEF and including simple log in/sign up system.

Thanks CocaColaBear for typescript types:

Server-side: https://github.com/CocaColaBear/types-ragemp-s

Client-side: https://github.com/CocaColaBear/types-ragemp-c

 

Installation:

  1. Install Ragemp server.
  2. Put all files in server-files directory.
  3. Run npm i by cmd inside server-files, server-files/app/server, server-files/app/client, server-files/app/cef.
  4. Server using MySQL as a database. So you have to import sql structure file in to your database. Import sql structure file structure.sql into it.
  5. Modify your account data inside app/server/Options/ in files sDB.ts and sNodemailer.ts
  6. Run build-server.bat file inside server-files directory with server.exe.
  7. Now you can modify src code in app and test your server!

 

Also available on github: https://github.com/MarkCavalli/rage-server-start-template


What's New in Version 1.1.0   See changelog

Released

- Fixed ts client and server rage types

- Updated packages

  • Like 5

User Feedback

Recommended Comments

linglingthething

Posted (edited)

Hey mate.

Iam currently using youre Startertemplate 1.0.0.

I have set it up correctly with your installation guide. After i started the server the console Show me that tue Database and email Server are working.

If i connect to the server he shows me the login screen thats fine becaus i Switche to the registration screen where i type my Email and then when i click get code he sends me the Code but it bring me back to the Login screen. when i Switch back and Type the code in the required field it tells me that the code is wrong. Can you help me to fix it ?

Edited by linglingthething
toruk

Posted

How would I go about importing NativeUi menu into typescript? anyone able to point me in the right direction?

DandX

Posted

hello..,
I need help, I have created a CEF with vue js and when I build it to production and place it in client_package. all vue routes do not work and are not found in the game. i am using vue-router and working in development mode. can you help me to fix this.. what should i do?

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...