Simple Vue application that displays sheet music using abcjs to render ABC Notation.
See abcjs for details.
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
# 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.