Home

Awesome

Quasar Framework logo

Quasar CLI

CLI for Quasar Framework. Start a project, build it, optimize it.

<a href="https://badge.fury.io/js/quasar-cli"><img src="https://badge.fury.io/js/quasar-cli.svg"></a>

Quasar Framework

Build responsive Single Page Apps, SSR Apps, PWAs, Hybrid Mobile Apps and Electron Apps, all using the same codebase!, powered with Vue.

<a href="https://badge.fury.io/js/quasar-framework"><img src="https://badge.fury.io/js/quasar-framework.svg"></a>

Supporting Quasar

Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers. If you'd like to join them, check out Quasar Framework's Patreon campaign.

Quickstart

Installing

$ npm install -g quasar-cli

TODO Command overview

Display list of commands:

$ quasar

Help

$ quasar [command name] --help

<!-- ### Create App Initializes an App folder with a starter kit boilerplate. `$ quasar init [template name] <folder-name>` By omitting the `template name` parameter the CLI will detect latest App template and generate the App folder with it. By convention, templates follow the syntax `v[number]`, where `number` is 1, 2, 3… The number designates the major version of Quasar you are using. Currently, `v1` is available for Vue 1 and `v2` for Vue 2. #### Advanced options By default, the repo [rstoenescu/quasar-templates](https://github.com/rstoenescu/quasar-templates) will be used as the template source, retrieving the branch of the named template. You can substitute with your own github account, to use your custom `quasar-templates` repo: `$ quasar init [template name] @<account>` example: `$ quasar init v2 @asmith` Specify your own specific github repo: `$ quasar init [template name] @<account/repo>` example: `$ quasar init v2 @asmith/Qtemplates` The "full monty": `$ quasar init [template name] <folder-name> <account/repo>` example: `$ quasar init v2 ny-app @asmith` ### Wrap application Wrap with [Cordova](https://www.npmjs.com/package/cordova) (optionally with Crosswalk WebView plugin for Android Apps) `quasar wrap cordova` Wrap with [electron](http://electron.atom.io/) for cross-platform desktop apps `quasar wrap electron` -->

Documentation

Head on to the Quasar Framework official website for help on CLI commands: http://quasar-framework.org

Community Forum

Head on to the official community forum: http://forum.quasar-framework.org

Quasar Repositories

Contributing

I'm excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature).

Issue Reporting Guidelines

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.

Read more here.

License

Copyright (c) 2016-present Razvan Stoenescu

MIT License