vuido
vuido copied to clipboard
Native desktop applications using Vue.js.
Hello is it possible to implement native video / image player with vuido? any reference or pointer to sample would be appreciated. thanks rex
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c libui-download && autogypi && npm run build npm ERR! Error: must specify version
Hey, I just try to create a vuido project and I get this message on `npm i` call ```javascript 13:40 Scorpion ~/sources/ytlight npm i npm WARN deprecated [email protected]: request has...
Hi, I'm wondering if it is possible to build some kind of menu system in Vuido? Let's say that you would like a drawer and drop-down menus in the header....
Thanks for the great job. I just wanna ask about table in vuido. In libui there is a table component. Is there any update with vuido to use table, any...
Hello, I was just trying vuido by creating a simple app to control your mouse with midi using [midi](https://www.npmjs.com/package/midi) and [robotjs](https://www.npmjs.com/package/@morajabi/robotjs) packages. I can build the main.js file with npm...
Thanks a lot for this project! I updated dependencies: - VueJS to 2.6.10 - Babel to 7 with compatible plugins - LTS NodeJS 10 is used as target for babel
I've run across a number of issues with the and components, which may be libUI issues, but very well may be race conditions in vuido. When is placed inside ,...
Hello, so I need to build a desktop work that needs to work without internet using Vuido, and I need a mechanism for storing data offline.