Port of popular dat.GUI on Vue3 composition API.
Check out the demo page.
- Make a modern Vue 3 compatible library for rapid prototyping.
- Minimize dependencies and make this project extremely lightweight and easy to prototype.
- Eliminate the use of old libraries and unnecessary outdated polyfills.
Setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Customize configuration See Configuration Reference.
This project is largely inspired by the following great projects: vue-dat-gui, vueuse, devtools-frontend, pure-color, v-color, v-ctrl, lodash.
- Generate data model view on the fly
- Customizations
- Bug fixing
- Switch from webpack to build rollup
- Make library build
- npm package deploy