{"id":13432566,"url":"https://github.com/quasarframework/quasar-cli","last_synced_at":"2025-03-17T09:31:32.989Z","repository":{"id":65387514,"uuid":"43695534","full_name":"quasarframework/quasar-cli","owner":"quasarframework","description":"[DEPRECATED, \u003c= 0.17) Quasar Framework - CLI","archived":true,"fork":false,"pushed_at":"2019-07-11T15:10:58.000Z","size":1816,"stargazers_count":202,"open_issues_count":32,"forks_count":50,"subscribers_count":17,"default_branch":"dev","last_synced_at":"2025-02-10T23:01:54.404Z","etag":null,"topics":["quasar-framework","vuejs"],"latest_commit_sha":null,"homepage":"https://quasar.dev","language":"JavaScript","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":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-05T15:46:27.000Z","updated_at":"2024-10-05T20:00:26.000Z","dependencies_parsed_at":"2023-01-21T12:15:52.532Z","dependency_job_id":null,"html_url":"https://github.com/quasarframework/quasar-cli","commit_stats":null,"previous_names":["rstoenescu/quasar-cli"],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasarframework%2Fquasar-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasarframework","download_url":"https://codeload.github.com/quasarframework/quasar-cli/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244009087,"owners_count":20382969,"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","vuejs"],"created_at":"2024-07-31T02:01:13.495Z","updated_at":"2025-03-17T09:31:32.444Z","avatar_url":"https://github.com/quasarframework.png","language":"JavaScript","readme":"![Quasar Framework logo](https://cdn.rawgit.com/quasarframework/quasar-art/863c14bd/dist/svg/quasar-logo-full-inline.svg)\n\n# Quasar CLI\n\u003e CLI for Quasar Framework. Start a project, build it, optimize it.\n\n\u003ca href=\"https://badge.fury.io/js/quasar-cli\"\u003e\u003cimg src=\"https://badge.fury.io/js/quasar-cli.svg\"\u003e\u003c/a\u003e\n\n# Quasar Framework\n\u003e Build responsive Single Page Apps, **SSR Apps**, PWAs, Hybrid Mobile Apps and Electron Apps, all using the same codebase!, powered with Vue.\n\n\u003ca href=\"https://badge.fury.io/js/quasar-framework\"\u003e\u003cimg src=\"https://badge.fury.io/js/quasar-framework.svg\"\u003e\u003c/a\u003e\n\n## Supporting Quasar\nQuasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/rstoenescu/quasar-framework/blob/dev/backers.md). If you'd like to join them, check out [Quasar Framework's Patreon campaign](https://www.patreon.com/quasarframework).\n\n## Quickstart\n\n### Installing\n\n`$ npm install -g quasar-cli`\n\n### TODO Command overview\n\nDisplay list of commands:\n\n`$ quasar`\n\n- `init` - create app from template\n- `dev` - run dev server for your app\n- `build` - build for production\n- `clean` - clean build assets\n- `new` - create app assets (component, pages, layouts, store module)\n- `serve` - start a live reload HTTP server on a folder (like `/dist`)\n\n### Help\n\n`$ quasar [command name] --help`\n\n\u003c!--\n### Create App\n\nInitializes an App folder with a starter kit boilerplate.\n\n`$ quasar init [template name] \u003cfolder-name\u003e`\n\nBy omitting the `template name` parameter the CLI will detect latest App template and generate the App folder with it.\n\nBy convention, templates follow the syntax `v[number]`, where `number` is 1, 2, 3…\n\nThe number designates the major version of Quasar you are using.\nCurrently, `v1` is available for Vue 1 and `v2` for Vue 2.\n\n#### Advanced options\n\nBy default, the repo [rstoenescu/quasar-templates](https://github.com/rstoenescu/quasar-templates) will be used\nas the template source, retrieving the branch of the named template.\n\nYou can substitute with your own github account, to use your custom `quasar-templates` repo:\n\n`$ quasar init [template name] @\u003caccount\u003e` example: `$ quasar init v2 @asmith`\n\nSpecify your own specific github repo:\n\n`$ quasar init [template name] @\u003caccount/repo\u003e` example: `$ quasar init v2 @asmith/Qtemplates`\n\nThe \"full monty\":\n\n`$ quasar init [template name] \u003cfolder-name\u003e \u003caccount/repo\u003e` example: `$ quasar init v2 ny-app @asmith`\n\n### Wrap application\n\nWrap with [Cordova](https://www.npmjs.com/package/cordova) (optionally with Crosswalk WebView plugin for Android Apps)\n\n`quasar wrap cordova`\n\nWrap with [electron](http://electron.atom.io/) for cross-platform desktop apps\n\n`quasar wrap electron`\n--\u003e\n\n## Documentation\n\nHead on to the Quasar Framework official website for help on CLI commands: [http://quasar-framework.org](http://quasar-framework.org/guide/quasar-cli.html)\n\n## Community Forum\n\nHead on to the official community forum: [http://forum.quasar-framework.org](http://forum.quasar-framework.org)\n\n## Quasar Repositories\n\n* [Quasar Framework](https://github.com/rstoenescu/quasar-framework)\n* [Quasar CLI](https://github.com/rstoenescu/quasar-cli)\n* [Quasar Play App](https://github.com/rstoenescu/quasar-play)\n\n## Contributing\n\nI'm excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature).\n\n### Issue Reporting Guidelines\n\n**Please use the appropriate Github repo to report issues. See \"Related Components\" above.** For example, a bug related to CLI should be reported to the CLI repo, one related to build issues to Quasar Framework Templates repo and so on.\n\n- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](http://forum.quasar-framework.org).\n\n- Try to search for your issue, it may have already been fixed in the development branch or it may have a resolution.\n\n- Check if the issue is reproducible with the latest stable version of Quasar. If you are using a pre-release, please indicate the specific version you are using.\n\n- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will not be triaged. If an issue labeled \"need repro\" receives no further input from the issue author for more than 5 days, it will be closed.\n\n- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.\n\nRead more [here](http://quasar-framework.org/guide/contributing.html).\n\n## License\n\nCopyright (c) 2016-present Razvan Stoenescu\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","funding_links":["https://www.patreon.com/quasarframework"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasarframework%2Fquasar-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasarframework%2Fquasar-cli/lists"}