{"id":33078581,"url":"https://github.com/W4G1/ionic-vue-starter","last_synced_at":"2025-11-19T05:03:05.615Z","repository":{"id":195266740,"uuid":"161308640","full_name":"W4G1/ionic-vue-starter","owner":"W4G1","description":":blue_book: A basic Vue (Vuex + Router) template with Ionic \u0026 Capacitor","archived":false,"fork":false,"pushed_at":"2018-12-12T09:58:37.000Z","size":131,"stargazers_count":24,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-12T10:37:16.173Z","etag":null,"topics":["capacitor","ionic","ionic-framework","ionic4","vue","vue-cli","vue-router","vuex"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/W4G1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-12-11T09:21:13.000Z","updated_at":"2023-09-16T23:57:13.000Z","dependencies_parsed_at":"2023-09-17T07:58:38.098Z","dependency_job_id":null,"html_url":"https://github.com/W4G1/ionic-vue-starter","commit_stats":null,"previous_names":["w4g1/ionic-vue-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/W4G1/ionic-vue-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W4G1%2Fionic-vue-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W4G1%2Fionic-vue-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W4G1%2Fionic-vue-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W4G1%2Fionic-vue-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/W4G1","download_url":"https://codeload.github.com/W4G1/ionic-vue-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/W4G1%2Fionic-vue-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285187928,"owners_count":27129352,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"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":["capacitor","ionic","ionic-framework","ionic4","vue","vue-cli","vue-router","vuex"],"created_at":"2025-11-14T11:00:33.253Z","updated_at":"2025-11-19T05:03:05.603Z","avatar_url":"https://github.com/W4G1.png","language":"Vue","funding_links":[],"categories":["3. Ionic 4 Vue"],"sub_categories":[],"readme":"# :blue_book: Ionic Vue Starter\n[![NPM Version](https://img.shields.io/badge/npm-6.4.1-brightgreen.svg)](https://nodejs.org/) [![Node Version](https://img.shields.io/badge/node-v8.12.0-green.svg)](https://nodejs.org/) [![Ionic Version](https://img.shields.io/badge/ionic-4.0.0--beta-blue.svg)](https://beta.ionicframework.com/)\n\nIonic Vue Starter is a basic Vue CLI 3 (including Vuex \u0026 Vue Router) template with Ionic 4 and Capacitor integrated.\n\nIonic components be used in every Vue component. Take a look here for all the available components: https://beta.ionicframework.com/docs/components/\n\n## :wrench: Getting started\n### Requirements\n- [Node](https://nodejs.org/) (Of course) v8.12.0 \u003c\n- [NPM](https://www.npmjs.com/) v6.4.1 \u003c\n- Ionic CLI v4.5.0 \u003c\n(`npm install -g ionic`)\n- Vue CLI v3.0.5 \u003c\n(`npm install -g @vue/cli`)\n#### (Optional) for Android Compiling\n- [Android Studio](https://developer.android.com/studio/)\n#### (Optional) for IOS Compiling\n- [Xcode](https://developer.apple.com/xcode/) (OS X only)\n\n### Download\nClone the repository\n```sh\ngit clone https://github.com/W4G1/ionic-vue-starter\n```\nOr [download](https://github.com/W4G1/ionic-vue-starter/archive/master.zip) directly as .zip\n\n### Installing dependencies\n```sh\nnpm install\n```\n\n### Adding a platform for development\n{platform} can be 'android', 'electron', 'ios', or 'web'.\n```sh\nnpm run init {platform}\n```\n\n### Running the development server\nThis is the Vue dev server, and features hot reloading.\n```sh\nnpm run serve\n```\n\n## :fire: Commands\n| Command | Description |\n| ------ | ------ |\n| `npm run serve` | Starts development server with hot reloading. |\n| `npm run build {platform}` | Builds the project and opens the native platform workspace. |\n| `npm run init {platform}` | Adds a new platform to the project with its own folder (e.g /android or /ios). |\n| `npm run sync {platform}` | Synchronizes the web assets with a specific project folder, or all initialized platforms if {platform} is left empty. |\n\n## :package: Building\n### Android\n#### Requirements\n- [Android Studio](https://developer.android.com/studio/).\n#### Guide\nRun this command to sync the web assets with the android project folder, and open the project in Android Studio.\n```sh\nnpm run build android\n```\nAndroid Studio should now be started. If not, you either didn't install it, or it is installed at a custom location.\n\nIf that is the case, you can specify the Android Studio path in `capacitor.config.json`.\n\nFor Windows:\n```json\n{\n    ...\n    \"windowsAndroidStudioPath\": \"C:\\\\Program Files\\\\Android\\\\Android Studio\\\\bin\\\\studio64.exe\",\n}\n```\nOr Linux:\n```json\n{\n    ...\n    \"linuxAndroidStudioPath\": \"/usr/local/android-studio/bin/studio.sh\"\n}\n```\n\nThe project should now be loaded in Android Studio, and is ready for building. If you don't know how to build a project in Android Studio, take a look [here](https://developer.android.com/studio/run/).\n\n### IOS\n#### Requirements\n- [Xcode](https://developer.apple.com/xcode/) (OS X only).\n#### Guide\nComing soon!\n\n## Bugs \u0026 Questions\nFor any bugs or questions, feel free to create an issue [here](https://github.com/W4G1/ionic-vue-starter/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FW4G1%2Fionic-vue-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FW4G1%2Fionic-vue-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FW4G1%2Fionic-vue-starter/lists"}