https://github.com/mp-voice-button/998-voice-button
玖玖巴按鈕
https://github.com/mp-voice-button/998-voice-button
vtuber vtuber-button vtuber-noises
Last synced: 5 months ago
JSON representation
玖玖巴按鈕
- Host: GitHub
- URL: https://github.com/mp-voice-button/998-voice-button
- Owner: MP-Voice-Button
- Created: 2025-02-11T07:56:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T02:06:33.000Z (over 1 year ago)
- Last Synced: 2025-03-26T19:44:21.653Z (over 1 year ago)
- Topics: vtuber, vtuber-button, vtuber-noises
- Language: Vue
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple soundboard web app template
Using [Nuxt 3](https://nuxt.com/docs/getting-started/introduction) And [Vuetify](https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides) as UI library.
## Setup
Make sure to install the dependencies:
package manager: [bun](https://bun.sh/)
```bash
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3333`:
```bash
# bun
bun run dev
```
## Production
Build the application for production:
```bash
# bun
bun run build
```
Locally preview production build:
```bash
# bun
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.