{"id":19311255,"url":"https://github.com/quasarframework/quasar-template-meteor","last_synced_at":"2025-04-22T14:30:34.371Z","repository":{"id":12953541,"uuid":"73228831","full_name":"quasarframework/quasar-template-meteor","owner":"quasarframework","description":"Quasar Starter Kit for Meteor","archived":false,"fork":false,"pushed_at":"2024-10-24T22:21:15.000Z","size":1381,"stargazers_count":50,"open_issues_count":6,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-02T00:35:43.947Z","etag":null,"topics":["quasar-framework","template-meteor","template-quasar","vuejs"],"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/quasarframework.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}},"created_at":"2016-11-08T21:32:20.000Z","updated_at":"2023-05-09T14:06:56.000Z","dependencies_parsed_at":"2024-02-06T01:13:02.630Z","dependency_job_id":null,"html_url":"https://github.com/quasarframework/quasar-template-meteor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-template-meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-template-meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-template-meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-template-meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasarframework","download_url":"https://codeload.github.com/quasarframework/quasar-template-meteor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250258756,"owners_count":21400965,"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":["quasar-framework","template-meteor","template-quasar","vuejs"],"created_at":"2024-11-10T00:28:27.727Z","updated_at":"2025-04-22T14:30:33.586Z","avatar_url":"https://github.com/quasarframework.png","language":"Vue","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 2nd June 2021).\n\n#### Quasar 1.15.16\n\n#### Meteor 2.2\n\nThis is a resource which will show how to install Quasar inside the Meteor framework, with Vue2 also installed.\n\nWith the arrival of Meteor 1.8.2 you can now simply install quasar from npm\n```\nmeteor npm install quasar\n```\n\n\n#### Installation of this example code\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\n\n**Create a link to the quasar-extras .woff files in the /public directory**\nThis makes the material-icons stuff appear\n```\nln -s ../node_modules/@quasar/extras/material-icons/web-font public\n\n```\n\nThere is a good explanation on StackOverflow of why there is a problem with the .woff files\nhttps://stackoverflow.com/questions/34133808/webpack-ots-parsing-error-loading-fonts\n\n(If you are doing this on *Windows* the link command is:\n```\nmklink /D \"public\\web-font\" \"..\\node_modules\\@quasar\\extras\\material-icons\\web-font\"\n```\n - thanks to Noboxulus)\n\n\n**run meteor (still inside the template folder)**\n\n```\nmeteor\n```\n\nIt should then 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\nMeteor simplifies some of the difficulties of running your app on IOS for development \n(install Xcode, plug your phone into the USB port and call 'meteor run ios-device'), however\nregistering yourself as an Apple developer and working out how to register your app is a fairly frustrating experience. \n\nThis project uses the Akryum projects to simplify 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 a necessary part of the quasar framework.\nHowever all meteor commands should only be run once you have moved inside the 'template' folder.\nThis extra 'template' folder is there because quasar-framework requires it. \nHowever, Quasar-framework uses Webpack for its builds, but Meteor has its own build system.\nThis means that it is unlikely that you will be able to use *quasar cli*, 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\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-template-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasarframework%2Fquasar-template-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-template-meteor/lists"}