https://github.com/jancvanb/vue-synth
:musical_keyboard: :notes: A Vue.js-powered keyboard synthesizer
https://github.com/jancvanb/vue-synth
keyboard synth synthesizer vue vue2 vuejs vuejs2
Last synced: over 1 year ago
JSON representation
:musical_keyboard: :notes: A Vue.js-powered keyboard synthesizer
- Host: GitHub
- URL: https://github.com/jancvanb/vue-synth
- Owner: JanCVanB
- Created: 2017-10-15T17:51:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T21:40:31.000Z (over 8 years ago)
- Last Synced: 2025-01-20T15:40:54.484Z (over 1 year ago)
- Topics: keyboard, synth, synthesizer, vue, vue2, vuejs, vuejs2
- Language: CSS
- Homepage:
- Size: 220 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-synth
> A Vue.js-powered keyboard synthesizer
## Build Setup
``` bash
# install dependencies with Yarn (yarnpkg.com)
yarn
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# regenerate Element component styles in theme/ from element-variables.css
npm run theme
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).