/vue-abcjs-editor-demo

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

Primary LanguageJavaScriptMIT LicenseMIT

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.