vue-ploty.js
v0.2.0
Published
[](https://github.com/David-Desmaisons/vue-plotly.js/issues) [](https://circ
Readme
vue-ploty.js
Usage
<Ploty></Ploty>import { Ploty } from 'vue-ploty.js'
export default {
components: {
Ploty
}
}API
Installation
npm install vue-ploty.jsProject setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintRun your unit tests
npm run test:unitCustomize configuration
Update the API section of README.md with generated documentation
npm run doc:build