{"id":16180625,"url":"https://github.com/repjackson/jan_quasar","last_synced_at":"2026-01-19T23:02:12.411Z","repository":{"id":111472880,"uuid":"129695252","full_name":"repjackson/jan_quasar","owner":"repjackson","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-17T17:35:41.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T11:48:29.088Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/repjackson.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":"2018-04-16T06:27:52.000Z","updated_at":"2021-09-15T20:54:48.000Z","dependencies_parsed_at":"2023-05-07T12:47:03.607Z","dependency_job_id":null,"html_url":"https://github.com/repjackson/jan_quasar","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"fcc13a8f5a8a9586b1322d528cbc3d641b7a78c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/repjackson/jan_quasar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repjackson%2Fjan_quasar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repjackson%2Fjan_quasar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repjackson%2Fjan_quasar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repjackson%2Fjan_quasar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/repjackson","download_url":"https://codeload.github.com/repjackson/jan_quasar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/repjackson%2Fjan_quasar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28588968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T06:09:06.524Z","updated_at":"2026-01-19T23:02:12.393Z","avatar_url":"https://github.com/repjackson.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Quasar Framework logo](https://cdn.rawgit.com/quasarframework/quasar-art/863c14bd/dist/svg/quasar-logo-full-inline.svg)\n\n# quasar-template-meteor\nQuasar Starter Kit for Meteor\n\n(Updated 31st March 2018).\n\nQuasar 0.15.10\n\nMeteor 1.6.1\n\nThis is a resource which will show how to install Quasar inside the Meteor framework, with Vue2 also installed.\nFirst of all, this was forked from **https://github.com/Akryum/meteor-vue2-example-routing**\nand then we added Quasar to that. So thankyou to Akryum for making Meteor work with Vue. - Amazing work.\n\n\n#### Please note these changes from 0.14.8\nQuasar have split the es6 .js file into two:\n- one for 'ios' \n- and one for 'mat' (material design - Android)\n\nSo I have changed the **transpile** command in package.json to transpile **both files.**\n\nThis also means that if you want to compile for 'ios' instead of 'mat' you will need to change your **import** from:\n '/node_modules/quasar-framework/dist/quasar.mat.common.js'\n to '/node_modules/quasar-framework/dist/quasar.ios.common.js'\n \n\n#### Installation\n\n**clone this repository:**\n\n```\ngit clone https://github.com/quasarframework/quasar-template-meteor.git\n```\n\n**cd into the 'template' folder:**\n```\ncd quasar-template-meteor/template\n```\n\n**Install from npm**\n\n```\nmeteor npm install\n```\n**Then here we transpile two es6 .js files (one for ios, one for material design) to commonjs which meteor needs**\n\nWe hope that in Meteor 1.6.2 we will be able to install without the transpile. \nFingers crossed....\n\nDo not remove .babelrc.RENAMED. It is necessary for the transpile script.\n\n```\nnpm run transpile\n```\n**N.B. Windows users** - you should use transpile.bat instead of the above command - thanks to Antonin Adert.\nIf you want to see in detail what he did, please check out https://github.com/quasarframework/quasar-template-meteor/issues/18\n\n**run meteor (still inside the template folder)**\n\n```\nmeteor\n```\n\n———————\n\nIt should eventually say:\nApp running at: http://localhost:3000/\n\nPoint your desktop browser to that address.\n\nThen if you open Chrome or Firefox dev tools and click on the mobile phone icon you should see this:\n![you should see this](mobile.png)\n\nPlease refer to guide.meteor.com/mobile.html for how to launch mobile apps on IOS and Android.\n\nThis project uses the Akryum projects to get Meteor working with vuejs and quasar-framework.\nThe most useful page to consult is:\nhttps://github.com/meteor-vue/vue-meteor-tracker\n\nThis is the main page for all the Meteor/Vuejs projects:\nhttps://github.com/meteor-vue/vue-meteor\n\n\n\n#### Note:\nThe 'template' folder is necessary for the *quasar cli* command to function.\nAll meteor commands however should only be run once you are inside the 'template' folder.\nThis extra 'template' folder is there because quasar-framework requires it. Quasar-framework uses Webpack for its builds, but Meteor does not.\nThis means that it is unlikely that you will be able to use *quasar cli*, for example, because it all leads up to a quasar build using webpack.\n\nTo use Meteor, just cd into the 'template' folder and run all your usual meteor commands from there.\n\n**Problems:**\n\n1) I've had to create symlinks from /node_modules/quasar-extras to the /public folder for the Material Design icons.\nThere may be a better way of doing this.\n\n2) Quasar es6 code in v0.15 has now been split into two: one for ios and one for material design.\nI have not worked out how to switch automatically to the correct .js file according to the platform.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepjackson%2Fjan_quasar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepjackson%2Fjan_quasar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepjackson%2Fjan_quasar/lists"}