https://github.com/paulrosen/vue-abcjs-editor-demo
Simplest demo for using ABC notation in a textarea on a website.
https://github.com/paulrosen/vue-abcjs-editor-demo
Last synced: about 2 months ago
JSON representation
Simplest demo for using ABC notation in a textarea on a website.
- Host: GitHub
- URL: https://github.com/paulrosen/vue-abcjs-editor-demo
- Owner: paulrosen
- License: mit
- Created: 2017-04-25T01:36:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:24:17.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:43:22.176Z (3 months ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-abcjs-editor-demo
> Simplest demo for using ABC notation in a textarea on a website.
See [abcjs](https://github.com/paulrosen/abcjs) for details.
## Initial generationvue 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
? 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
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).