VRChat official website is seem to be fully functions than before. And I'm no longer working on this anymore, so I'll archive this repository and leave the code as it be for anyone who want to learn Electron and Vue.
Desktop application for manage friend in VRChat game by VRChat API
-
Login -
View online friend -
View friend location -
View friend location's instance [publice , invite or private] -
Find user -
Add/Delete Friend -
Accept/Ignore Friend request -
Joining friend - List user's avatar
- Choose avatar
- Delete avatar
- Auto update
- List world
VRChat friend manager is an electron-vue project
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.