@vuensight/app
v0.3.3
Published
The front-end of @vuensight that visualizes Vue.js projects.
Readme
@vuensight/app
⚠️ General information about usage and setup of
vuensightcan be found here
The app package visualizes the parsed Vue project as force-directed graph.
The visualization is built with d3.js and webCola.
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint