Project Homepage: https://fubuki2.mgcup.net
旧フブキボタンをVue 3.x + Nuxt 3.x環境に移植したものです。
まだ実装されていない機能がたくさんあります……。
現在日本語のみの対応となっています。
- 多言語対応
- ダークモード
- 再生コントロール(難しい)
- サイドバーの固定
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
:
# yarn
yarn dev
Build the application for production:
# yarn
yarn build
Locally preview production build:
# yarn
yarn preview
Check out the deployment documentation for more information.