https://github.com/soundux/soundux-ui
🚀 Web UI for Soundux
https://github.com/soundux/soundux-ui
gui jest material-design soundboard vue vuetify webview
Last synced: about 1 year ago
JSON representation
🚀 Web UI for Soundux
- Host: GitHub
- URL: https://github.com/soundux/soundux-ui
- Owner: Soundux
- License: gpl-3.0
- Created: 2021-01-28T09:41:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T15:03:02.000Z (about 1 year ago)
- Last Synced: 2025-04-20T16:22:20.862Z (about 1 year ago)
- Topics: gui, jest, material-design, soundboard, vue, vuetify, webview
- Language: Vue
- Homepage: https://soundux.rocks
- Size: 6.52 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soundux UI
Frontend for [Soundux](https://github.com/Soundux/Soundux)
[](https://github.com/Soundux/Soundux)
[](https://github.com/Soundux/soundux-ui/blob/master/LICENSE)
[](https://github.com/Soundux/soundux-ui/actions?query=workflow%3A%22ci%22)
[](https://github.com/prettier/prettier)
### Tech stack
[](https://vuejs.org/)
[](https://vuetifyjs.com/)
[](https://materialdesignicons.com/)
[](https://jestjs.io/)

## Issues & Contributing
Please report issues in our main repository.
> See our contribution guidelines, which you can find [here](https://github.com/Soundux/Soundux/blob/master/CONTRIBUTING.md)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Run Unit tests
```
yarn test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).