tablature viewer with autoscroll and playback features
Go to file
2022-02-01 11:44:23 +01:00
.vscode extended tasks.json and fixed launch.json 2022-02-01 11:44:23 +01:00
public initial commit 2022-01-31 16:36:53 +01:00
src changed some stuff - moving project off of 'code-server' 2022-02-01 11:20:24 +01:00
.gitignore initial commit 2022-01-31 16:36:53 +01:00
package.json changed some stuff - moving project off of 'code-server' 2022-02-01 11:20:24 +01:00
README.md initial commit 2022-01-31 16:36:53 +01:00
vue.config.js changed some stuff - moving project off of 'code-server' 2022-02-01 11:20:24 +01:00
yarn.lock changed some stuff - moving project off of 'code-server' 2022-02-01 11:20:24 +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