tablature viewer with autoscroll and playback features
Find a file
2022-01-31 16:36:53 +01:00
.vscode initial commit 2022-01-31 16:36:53 +01:00
public initial commit 2022-01-31 16:36:53 +01:00
src initial commit 2022-01-31 16:36:53 +01:00
.gitignore initial commit 2022-01-31 16:36:53 +01:00
package.json initial commit 2022-01-31 16:36:53 +01:00
README.md initial commit 2022-01-31 16:36:53 +01:00
vue.config.js initial commit 2022-01-31 16:36:53 +01:00
yarn.lock initial commit 2022-01-31 16:36:53 +01:00

autoscroll

tablature viewer with autoscroll and playback features

yarn

setup

yarn install

compile and serve with hot-reloads for development

yarn run serve

compile, minify and build for production

yarn run build