Skip to content

paulrosen/vue-abcjs-basic-demo

Repository files navigation

vue-abcjs-basic-demo

Simple Vue application that displays sheet music using abcjs to render ABC Notation.

See abcjs for details.

Initial generation

vue init webpack vue-abcjs-basic-demo

? Project name vue-abcjs-basic-demo ? Project description Simple Vue application that displays sheet music using abcjs to render ABC Notation. ? Author Paul Rosen paul@paulrosen.net ? Vue build standalone ? Install vue-router? No ? Use ESLint to lint your code? Yes ? Pick an ESLint preset none ? Set up unit tests No ? Setup e2e tests with Nightwatch? No ? Should we run npm install for you after the project has been created? (recommended) npm

Build Setup

# install dependencies
npm install

# 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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

Simplest demo for using ABC notation in a website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published