An open API service indexing awesome lists of open source software.

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

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).