Skip to content

This is the Vue page that references the posts inside the altv-hub repo.

Notifications You must be signed in to change notification settings

Kuroosh/altv-hub-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt:V Hub Client SPA

Used to display resources from the https://github.com/altmp/altv-hub repository.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Deploying for Github

If any changes are made. You can redeploy by running the following locally. That or run the deploy.sh if you're on a Linux based machine.

npm run build

# Copy CNAME to dist directory.

cd dist

git init

git add -A

git commit -m 'deploy'

git push -f git@github.com:altmp/altv-hub-client.git master:gh-pages

Don't forget to go into settings and set the domain to https://hub.altv.mp/

Customize configuration

See Configuration Reference.

About

This is the Vue page that references the posts inside the altv-hub repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.0%
  • CSS 34.3%
  • JavaScript 11.6%
  • HTML 5.0%
  • Shell 1.1%