https://github.com/paulrosen/vue-abcjs-callback-demo
Simplest demo for showing the callback on user click on abcjs
https://github.com/paulrosen/vue-abcjs-callback-demo
Last synced: 25 days ago
JSON representation
Simplest demo for showing the callback on user click on abcjs
- Host: GitHub
- URL: https://github.com/paulrosen/vue-abcjs-callback-demo
- Owner: paulrosen
- License: mit
- Created: 2017-11-15T14:16:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:23:35.000Z (over 2 years ago)
- Last Synced: 2024-12-25T20:11:52.105Z (5 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-abcjs-callback-demo
> Simplest demo for showing the callback on user click
See [abcjs](https://github.com/paulrosen/abcjs) for details.
## Initial generationvue init webpack vue-abcjs-callback-demo
? Project name vue-abcjs-callback-demo
? Project description Simplest demo for showing the callback on user click
? 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).