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: 6 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T10:09:24.000Z (8 months ago)
- Last Synced: 2024-09-09T06:24:27.080Z (8 months ago)
- Topics: gui, jest, material-design, soundboard, vue, vuetify, webview
- Language: Vue
- Homepage: https://soundux.rocks
- Size: 6.51 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- 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/).