Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

This is the source code of iofi's website, Indonesian HoloLive. it's fan-made and not related to HoloLive Production Company

Notifications You must be signed in to change notification settings

iDevoid/iofi-ufo

Repository files navigation

iofi-ufo

The source code of iofi.moe webpage, this is fan made and not related to HoloLive Production Company.

Related Links

This project uses pure VueJS Framework with some plugins and dependencies

Current Language Supports:

  • English
  • Japanese
  • Indonesian
  • Javanese

How to Contribute

  • Fork this repository
  • Clone the forked repository to your local
  • If you use Vue UI, you can do it through import tab on Vue Project Manager.
  • Create new branch explaining your changes for example git checkout -b add_new_alien_language
  • Make changes...
  • Commit your changes then push it to the cloud
  • Create PR on the this Repository and explain what changes you made

Project Structure

iofi-ufo
├── public                          # contains public files like mp3 files and pictures
    ├── voices                      # folder to store specifically the mp3 files
├── src
    ├── assets/voices               # contains json files of voice buttons data for every supported language
├── components
    ├── buttons                     # the components for unique buttons
    ├── cards                       # specifically for container / card view on page
    ├── HeaderNav.vue               # this one is for the header and menus, see on code documentation
    ├── LocaleSwitcher.vue          # the button you see on the top right for changing the language, it is also contains the supported language keys
├── locales                         # this is the i18n default directory of json files for the language support
├── router                          # using vue-router for some menus is "AJAX-ly" loaded
├── views                           # this is the main view of vue-router

About

This is the source code of iofi's website, Indonesian HoloLive. it's fan-made and not related to HoloLive Production Company

Topics

Resources

Stars

Watchers

Forks