vue-dat-gui
A Vue.js port of the popular dat.GUI library.
This is a lightwieght graphical user interface to change variables in Javascript. Useful for all your demo or experiment code.
INSTALL ?
Option 1 - Install from NPM
npm install --save @cyrilf/vue-dat-gui
Then the usage is:
Option 2 - Instal via umd file
In your head tag, include the following code:
USAGE ?
You can always refer to the public/index.html file for the most up-to-date example of how to use it. The demo page is also available.
In your view:
In your javascript:
CONTRIBUTE ?
Here are the different options:
npm install
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint