This is an examle how to use the Quant-UX low code vue component.
For production install the quant-ux-cli
npm -g quant-ux-cli
then run the cli and choose the 'Download' option
quant-ux
if you use the Icons, please ensure that you also install the mdi icon fons.
npm install @mdi/font
Make sure that the icon font is loaded by importing the font in the App.vue
import '@mdi/font/css/materialdesignicons.css'
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit