@vuensight/app
v0.3.3
Published
The front-end of @vuensight that visualizes Vue.js projects.
Downloads
312
Readme
@vuensight/app
⚠️ General information about usage and setup of
vuensight
can 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 install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint