Skip to content

3kanAlpha/fubuki-button-2.0-nuxt

Repository files navigation

Fubuki-Button 2.0 - Shirakami Fubuki's Voice Button

Project Homepage: https://fubuki2.mgcup.net

旧フブキボタンをVue 3.x + Nuxt 3.x環境に移植したものです。
まだ実装されていない機能がたくさんあります……。

現在日本語のみの対応となっています。

To-Do

  • 多言語対応
  • ダークモード
  • 再生コントロール(難しい)
  • サイドバーの固定

Development Guide

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview

Check out the deployment documentation for more information.