{"id":20739995,"url":"https://github.com/eduinlight/lightqmlweb","last_synced_at":"2026-05-27T21:31:46.005Z","repository":{"id":127044941,"uuid":"107565328","full_name":"eduinlight/lightqmlweb","owner":"eduinlight","description":"Development enviroment for qmlweb","archived":false,"fork":false,"pushed_at":"2017-10-20T22:10:07.000Z","size":10098,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T11:53:32.410Z","etag":null,"topics":["frontend-web","javascript","qml","qmlweb"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eduinlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-19T15:33:45.000Z","updated_at":"2017-10-21T15:54:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"306523c4-4849-4ee5-bcad-f24a04a4a223","html_url":"https://github.com/eduinlight/lightqmlweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eduinlight/lightqmlweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flightqmlweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flightqmlweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flightqmlweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flightqmlweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduinlight","download_url":"https://codeload.github.com/eduinlight/lightqmlweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduinlight%2Flightqmlweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend-web","javascript","qml","qmlweb"],"created_at":"2024-11-17T06:26:57.573Z","updated_at":"2026-05-27T21:31:45.989Z","avatar_url":"https://github.com/eduinlight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LightQmlWeb (LQW)\n\nQML is the best language that I learn to build desktops applications in a fast way. LQW is an union of three projects qmlweb(https://github.com/qmlweb/qmlweb), qmlweb-parser(https://github.com/qmlweb/qmlweb-parser) and gulp-qmlweb(https://github.com/qmlweb/gulp-qmlweb). I'm going to bring you a fast way to use qmlweb and of course I'm going to implement more modules but not necessary modules from QT but usefulls modules for frontend web development.\n\n## Example\n\n```QML\nimport QtQuick 2.0\n\nRectangle {\n   width: 500; height: 200\n   color: \"lightgray\"\n\n   Text {\n       id: helloText\n       text: \"Hello world!\"\n       anchors.verticalCenter: parent.verticalCenter\n       anchors.horizontalCenter: parent.horizontalCenter\n       font.pointSize: 24; font.bold: true\n   }\n}\n```\n\n## How to use\n\n### Download the project and execute it\n\n```bash\n  git clone https://github.com/eduinlight/lightqmlweb.git\n  cd lightqmlweb\n  npm run watch\n```\n\n### Build for production\n\n```bash\n  npm run build\n```\n\nAfter that you need to change qmlweb.js with qmlweb.min.js on your index.html dependencies\n\n## Future works\n\nImplementation of routes managment, bootstrap and materialize support and forms validations.\n\n## License\n\nLightQmlWeb is licensed under the MIT license, see\n[LICENSE](https://github.com/eduinlight/myqmlweb/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduinlight%2Flightqmlweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduinlight%2Flightqmlweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduinlight%2Flightqmlweb/lists"}