paulrosen / vue-abcjs-editor-demo

Simplest demo for using ABC notation in a textarea on a website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-abcjs-editor-demo

Simplest demo for using ABC notation in a textarea on a website.

See abcjs for details.

Initial generation

vue init webpack vue-abcjs-editor-demo

? Project name vue-abcjs-editor-demo ? Project description Simplest demo for using ABC notation in a textarea on a website. ? 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 textarea on a website.

License:MIT License


Languages

Language:JavaScript 90.7%Language:Vue 8.1%Language:HTML 1.2%