{"id":26245106,"url":"https://github.com/cloudmosa/cloudphone-vue-sample","last_synced_at":"2026-01-02T00:05:09.481Z","repository":{"id":270630257,"uuid":"910923469","full_name":"cloudmosa/cloudphone-vue-sample","owner":"cloudmosa","description":"Cloud Phone sample code using Vue","archived":false,"fork":false,"pushed_at":"2025-01-02T00:10:49.000Z","size":628,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-02T01:22:19.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudmosa.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":"2025-01-01T19:54:57.000Z","updated_at":"2025-01-02T00:10:52.000Z","dependencies_parsed_at":"2025-01-02T01:33:27.273Z","dependency_job_id":null,"html_url":"https://github.com/cloudmosa/cloudphone-vue-sample","commit_stats":null,"previous_names":["cloudmosa/cloudphone-vue-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudmosa%2Fcloudphone-vue-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudmosa%2Fcloudphone-vue-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudmosa%2Fcloudphone-vue-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudmosa%2Fcloudphone-vue-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudmosa","download_url":"https://codeload.github.com/cloudmosa/cloudphone-vue-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243404392,"owners_count":20285561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-03-13T12:29:52.988Z","updated_at":"2026-01-02T00:05:09.441Z","avatar_url":"https://github.com/cloudmosa.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Cloud Phone](https://www.cloudfone.com/) - Vue Sample Widget\n\n:beginner: This is a beginner guide on [Cloud Phone](https://www.cloudfone.com/) widget development, created using [`create-vue`](https://github.com/vuejs/create-vue) to bootstrap a [Vue.js](https://vuejs.org/) project.\n\n[https://cloudmosa.github.io/cloudphone-vue-sample/](https://cloudmosa.github.io/cloudphone-vue-sample/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Home Screenshot\" src=\"./screenshots/img_20250103_004636444.png\" width=\"240\" /\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n  \u003cimg alt=\"Menu Screenshot\" src=\"./screenshots/img_20250103_004640541.png\" width=\"240\" /\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n  \u003cimg alt=\"About Screenshot\" src=\"./screenshots/img_20241231_230629800.png\" width=\"240\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Settings Screenshot\" src=\"./screenshots/img_20250103_004750269.png\" width=\"240\" /\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n  \u003cimg alt=\"Language Screenshot\" src=\"./screenshots/img_20250103_004758870.png\" width=\"240\" /\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n  \u003cimg alt=\"Privacy Screenshot\" src=\"./screenshots/img_20241224_194409954.png\" width=\"240\" /\u003e\n\u003c/p\u003e\n\n## :notebook: Prerequisites\n\n- [Node \u0026 npm](https://nodejs.org/en/download/)\n- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- A [GitHub](https://github.com/signup) account :octocat:\n\n## :page_facing_up: Pages\n\n### `HomeView.vue`\n\nThe default page that uses an OptionsMenu for navigating to About, Settings, or Privacy (external).\n\n### `AboutView.vue`\n\nA simple page displaying a static description.\n\n### `SettingsView.vue`\n\nA page for configuring the application. By default, the application will detect the best candidate from the browser's language. Users can override this on the settings page.\n\n## :wrench: Components\n\n### `AppHeader.vue`\n\nA header displayed at the top of the screen. Includes a fixed logo and a `title` property that updates both `document.title` and an `h1` tag displaying the title on screen.\n\n### `OptionsMenu.vue`\n\nA modal containing a list of menu items. Supports T9 keyboard navigation. Focus is moved using `ArrowUp` and `ArrowDown`. Menu items are selected using `Enter`.\n\n### `SoftKeyBar.vue`\n\nAn on-screen menu bar with three actions in the positions `start` (left), `center`, and `end` (right). Supports both icon and text actions triggered via a global `keydown` event listener.\n\nOn Cloud Phone, soft keys are mapped as follows:\n\n| Name                 | Key      | Function         |\n| -------------------- | -------- | ---------------- |\n| Left Soft Key (LSK)  | `Escape` | Programmable     |\n| Right Soft Key (RSK) | N/A      | `history.back()` |\n| Enter                | `Enter`  | Programmable     |\n\nBecause developers cannot override the RSK behavior, clicking RSK also calls `history.back()` to reproduce the same behavior on desktop browsers.\n\n## :rocket: Deploy to GitHub Pages\n\n[GitHub Pages](https://pages.github.com/) offers free hosting for public open-source repositories. This project uses the official [deploy-pages](https://github.com/actions/deploy-pages) GitHub Action to build and deploy static HTML, CSS, and JS. Set the [`base` path configuration](https://v2.vitejs.dev/config/#base) in `vite.config.js` to match your repository name and ensure the `path` provided to the `upload-pages-artifact` GitHub Action matches the default `dist/` directory.\n\n\u003e [!WARNING]  \n\u003e \u003cu\u003eProduction\u003c/u\u003e: although it's possible to configure [custom domain names](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages), \"GitHub Pages is not intended for or allowed to be used... either facilitating commercial transactions or providing commercial software\" ([see Prohibited Uses](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#prohibited-uses)). Use GitHub Pages for production applications at your own risk.\n\n## :sunglasses: Developer Program\n\nRegister for the [Cloud Phone Developer Program](https://www.cloudfone.com/developer-program) to upload test widgets and use the Cloud Phone Simulator.\n\n![New Widget Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.42.16 PM.png)\n![Cloud Phone Welcome Screenshot](./screenshots/Screenshot%202024-12-25%20at%201.51.54 PM.png)\n\n## :free: License\n\nLicensed under the [Apache 2.0](./LICENSE) license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudmosa%2Fcloudphone-vue-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudmosa%2Fcloudphone-vue-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudmosa%2Fcloudphone-vue-sample/lists"}